aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/etc/xds-agent/config.json
blob: 7c7d7cb93c7bdd739e1621535ace599302a11d79 (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:8386",
        "gui-apikey": "1234abcezam"
    }
}