aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/etc/xds-agent/config.json
blob: 1a7957ecff1ec88273d4c2354b1c6abac7c0a645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "httpPort": "8800",
    "webAppDir": "${EXEPATH}/www",
    "logsDir": "${HOME}/.xds/agent/logs",
    "xdsServers": [
        {
          "url": "http://localhost:8000"
        }
    ],
    "syncthing": {
        "home": "${HOME}/.xds/agent/syncthing-config",
        "gui-address": "http://localhost:8386",
        "gui-apikey": "1234abcezam"
    }
}