diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-04 11:36:17 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-04 11:36:17 +0100 |
commit | 0e8a438f07a2fbb2b9e16cb9ad852211400e5aea (patch) | |
tree | b5cb3b1e8bac29f1c816473a2a0f6fd7e6f0dfe2 | |
parent | 82ede02a56e12026b2dfb1baeacabfbd564006b1 (diff) |
Fixed default http agent and server port numbers.
-rw-r--r-- | conf.d/etc/xds-agent/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/etc/xds-agent/config.json b/conf.d/etc/xds-agent/config.json index 7c7d7cb..235e6d6 100644 --- a/conf.d/etc/xds-agent/config.json +++ b/conf.d/etc/xds-agent/config.json @@ -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": { |