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