Removed useless code of deprecated make command.
[src/xds/xds-server.git] / conf.d / etc / xds-server / config.json
1 {
2     "webAppDir": "www",
3     "httpPort": "8000",
4     "shareRootDir": "${HOME}/.xds-server/projects",
5     "sdkRootDir": "/xdt/sdk",
6     "syncthing": {
7         "binDir": "",
8         "home": "${HOME}/.xds-server/syncthing-config",
9         "gui-address": "http://localhost:8385"
10     }
11 }