aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/etc/xds-server/config.json
blob: 02d87bf2bb63cecd44de1cbf5347f9b1806dd75c (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:8384"
    }
}