diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/etc/xds-agent/config.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf.d/etc/xds-agent/config.json b/conf.d/etc/xds-agent/config.json index 35d702d..7c7d7cb 100644 --- a/conf.d/etc/xds-agent/config.json +++ b/conf.d/etc/xds-agent/config.json @@ -1,6 +1,12 @@ { + "httpPort": "8000", + "webAppDir": "./www", "logsDir": "${HOME}/.xds/agent/logs", - "xds-apikey": "1234abcezam", + "xdsServers": [ + { + "url": "http://localhost:8810" + } + ], "syncthing": { "home": "${HOME}/.xds/agent/syncthing-config", "gui-address": "http://localhost:8386", |