aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/etc/xds/server/server-config.json
blob: 5d23a6f44e2fecee0fdfcedad30c66364afe6996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "webAppDir": "www",
    "httpPort": "8000",
    "shareRootDir": "${HOME}/.xds/server/projects",
    "sdkScriptsDir": "${EXEPATH}/sdks",
    "xdsSrvUpdateScriptsDir": "${EXEPATH}/package-update",
    "syncthing": {
        "binDir": "",
        "home": "${HOME}/.xds/server/syncthing-config",
        "gui-address": "http://localhost:8385"
    }
}