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