Update default syncthing port to 8386
[src/xds/xds-agent.git] / agent-config.json.in
index 499cada..35d702d 100644 (file)
@@ -3,6 +3,7 @@
     "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
+}