diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-16 22:51:32 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-17 14:04:32 +0200 |
commit | c07adb807c41a1545a9a0f5bbf40080d86946538 (patch) | |
tree | 21e00efbcd03360416698663a1ea89536717ae86 /config.json.in | |
parent | 8983eebdbe74489d62eae4097580fc430d75bd07 (diff) |
Auto start Syncthing and Syncthing-inotify.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'config.json.in')
-rw-r--r-- | config.json.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.json.in b/config.json.in index a4dcf33..dd34579 100644 --- a/config.json.in +++ b/config.json.in @@ -1,7 +1,9 @@ { "webAppDir": "webapp/dist", "shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share", + "logsDir": "/tmp/xds-server/logs", "syncthing": { + "binDir": "./bin", "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config", "gui-address": "http://localhost:8384" } |