Fixed Syncthing folder status events and exec command.
[src/xds/xds-agent.git] / agent-config.json.in
1 {
2     "httpPort": "8000",
3     "webAppDir": "./www",
4     "logsDir": "${HOME}/.xds/agent/logs",
5     "xdsServers": [
6         {
7           "url": "http://localhost:8810"
8         }
9     ],
10     "syncthing": {
11         "home": "${HOME}/.xds/agent/syncthing-config",
12         "gui-address": "http://localhost:8384",
13         "gui-apikey": "1234abcezam"
14     }
15 }