Added webapp Dashboard + logic to interact with server.
[src/xds/xds-agent.git] / agent-config.json.in
index 0ef6d63..e8599cb 100644 (file)
@@ -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
+}