Add SDKs support.
[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     "sdkRootDir": "/xdt/sdk",
6     "syncthing": {
7         "binDir": "./bin",
8         "home": "${ROOT_DIR}/tmp/builder_dev_host/syncthing-config",
9         "gui-address": "http://localhost:8384"
10     }
11 }