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