From c07adb807c41a1545a9a0f5bbf40080d86946538 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 16 May 2017 22:51:32 +0200 Subject: Auto start Syncthing and Syncthing-inotify. Signed-off-by: Sebastien Douheret --- config.json.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.json.in') 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" } -- cgit 1.2.3-korg