aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/.config/xds/server/config.json
blob: 19700cf3c4e831da537b7281a5326801c8babdeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "webAppDir": "www",
    "httpPort": "8000",
    "shareRootDir": "${HOME}/.xds/share",
    "logsDir": "/tmp/xds-server/logs",
    "sdkRootDir": "/xdt/sdk",
    "syncthing": {
        "binDir": "",
        "home": "${HOME}/.xds/syncthing-config",
        "gui-address": "http://localhost:8384"
    }
}