Auto start Syncthing and Syncthing-inotify.
[src/xds/xds-server.git] / config.json.in
1 {
2     "webAppDir": "webapp/dist",
3     "shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share",
4     "logsDir": "/tmp/xds-server/logs",
5     "syncthing": {
6         "binDir": "./bin",
7         "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config",
8         "gui-address": "http://localhost:8384"
9     }
10 }