commit | d13fcd8227e872dfec165f073067c05ce9583e66 | [log] [tgz] |
---|---|---|
author | Kousik Kumar <kousikk@google.com> | Tue Feb 08 23:02:29 2022 -0500 |
committer | Junfeng Wu <wujunfen@google.com> | Wed Feb 09 05:08:11 2022 +0000 |
tree | 47c4a7501e9850915edca995d35303b77f2cd5d7 | |
parent | def9bf2c1c22e662bec5d0a378b281aa265a1f2c [diff] [blame] |
Add sample config file Also added documentation on how to use these config files Change-Id: Ic8080bbdceb28da27af521020e671244df452ee4 Bug: 213446344
diff --git a/example_config.json b/example_config.json new file mode 100644 index 0000000..7489840 --- /dev/null +++ b/example_config.json
@@ -0,0 +1,6 @@ +{ + "env": { + "ENV_VAR_1": "Value1", + "ENV_VAR_2": "Value2" + } +}