summaryrefslogtreecommitdiffstats
path: root/config.json.in
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-04 11:34:57 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-05 11:10:35 +0100
commitaafb8edbef7a285fd4937336f31d8e06e1fa0dca (patch)
treea2d5cb79f3325270ed13cfe44712f46ceff515ce /config.json.in
parent40d77d7b1d1b41bd1f2f5a00037d21858114e188 (diff)
Fixed default xds-agent port number and env var (XDS_AGENT_URL)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'config.json.in')
-rw-r--r--config.json.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.in b/config.json.in
index 3dcc04a..ac2f891 100644
--- a/config.json.in
+++ b/config.json.in
@@ -1,6 +1,6 @@
{
"webAppDir": "www",
- "httpPort": "8010",
+ "httpPort": "8000",
"shareRootDir": "${HOME}/.xds-server/projects",
"logsDir": "/tmp/xds-server/logs",
"sdkRootDir": "/xdt/sdk",