Fixed default http agent and server port numbers.
[src/xds/xds-agent.git] / conf.d / etc / xds-agent / config.json
1 {
2     "httpPort": "8800",
3     "webAppDir": "./www",
4     "logsDir": "${HOME}/.xds/agent/logs",
5     "xdsServers": [
6         {
7           "url": "http://localhost:8000"
8         }
9     ],
10     "syncthing": {
11         "home": "${HOME}/.xds/agent/syncthing-config",
12         "gui-address": "http://localhost:8386",
13         "gui-apikey": "1234abcezam"
14     }
15 }