diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-11 19:42:00 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-11 19:42:22 +0200 |
commit | ec7051e1da665206f594c7616ad381bfeaea333a (patch) | |
tree | ecc01ee358794c9d8c5fbb87d2f5b6ce3f60f431 /config.json.in | |
parent | ca3e1762832b27dc25cf90125b376c56e24e2db2 (diff) |
Initial main commit.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'config.json.in')
-rw-r--r-- | config.json.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.json.in b/config.json.in new file mode 100644 index 0000000..a4dcf33 --- /dev/null +++ b/config.json.in @@ -0,0 +1,8 @@ +{ + "webAppDir": "webapp/dist", + "shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share", + "syncthing": { + "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config", + "gui-address": "http://localhost:8384" + } +}
\ No newline at end of file |