Update default syncthing port to 8386
[src/xds/xds-agent.git] / agent-config.json.in
index 9c7803f..35d702d 100644 (file)
@@ -1,7 +1,9 @@
 {
     "logsDir": "${HOME}/.xds/agent/logs",
+    "xds-apikey": "1234abcezam",
     "syncthing": {
         "home": "${HOME}/.xds/agent/syncthing-config",
-        "gui-address": "http://localhost:8384"
+        "gui-address": "http://localhost:8386",
+        "gui-apikey": "1234abcezam"
     }
-}
\ No newline at end of file
+}