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