aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-04 11:36:17 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-04 11:36:17 +0100
commit0e8a438f07a2fbb2b9e16cb9ad852211400e5aea (patch)
treeb5cb3b1e8bac29f1c816473a2a0f6fd7e6f0dfe2
parent82ede02a56e12026b2dfb1baeacabfbd564006b1 (diff)
Fixed default http agent and server port numbers.
-rw-r--r--conf.d/etc/xds-agent/config.json4
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": {