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