aboutsummaryrefslogtreecommitdiff
path: root/example_config.json
diff options
context:
space:
mode:
authorKousik Kumar <kousikk@google.com>2022-02-08 23:02:29 -0500
committerJunfeng Wu <wujunfen@google.com>2022-02-09 05:08:11 +0000
commitd13fcd8227e872dfec165f073067c05ce9583e66 (patch)
tree47c4a7501e9850915edca995d35303b77f2cd5d7 /example_config.json
parentdef9bf2c1c22e662bec5d0a378b281aa265a1f2c (diff)
downloadsoong-d13fcd8227e872dfec165f073067c05ce9583e66.tar.gz
Add sample config file
Also added documentation on how to use these config files Change-Id: Ic8080bbdceb28da27af521020e671244df452ee4 Bug: 213446344
Diffstat (limited to 'example_config.json')
-rw-r--r--example_config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/example_config.json b/example_config.json
new file mode 100644
index 000000000..7489840a9
--- /dev/null
+++ b/example_config.json
@@ -0,0 +1,6 @@
+{
+ "env": {
+ "ENV_VAR_1": "Value1",
+ "ENV_VAR_2": "Value2"
+ }
+}