Update default syncthing port to 8386
[src/xds/xds-agent.git] / agent-config.json.in
1 {
2     "logsDir": "${HOME}/.xds/agent/logs",
3     "xds-apikey": "1234abcezam",
4     "syncthing": {
5         "home": "${HOME}/.xds/agent/syncthing-config",
6         "gui-address": "http://localhost:8386",
7         "gui-apikey": "1234abcezam"
8     }
9 }