Fixed default http agent and server port numbers.
[src/xds/xds-agent.git] / conf.d / etc / xds-agent / config.json
index 7c7d7cb..235e6d6 100644 (file)
@@ -1,10 +1,10 @@
 {
-    "httpPort": "8000",
+    "httpPort": "8800",
     "webAppDir": "./www",
     "logsDir": "${HOME}/.xds/agent/logs",
     "xdsServers": [
         {
-          "url": "http://localhost:8810"
+          "url": "http://localhost:8000"
         }
     ],
     "syncthing": {