summaryrefslogtreecommitdiffstats
path: root/agent-config.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'agent-config.json.in')
-rw-r--r--agent-config.json.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/agent-config.json.in b/agent-config.json.in
index 0ef6d63..e8599cb 100644
--- a/agent-config.json.in
+++ b/agent-config.json.in
@@ -1,9 +1,15 @@
{
+ "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:8384",
"gui-apikey": "1234abcezam"
}
-} \ No newline at end of file
+}