Fixed default http agent and server port numbers.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 4 Dec 2017 10:36:17 +0000 (11:36 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 4 Dec 2017 10:36:17 +0000 (11:36 +0100)
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": {