aboutsummaryrefslogtreecommitdiffstats
path: root/config.json.in
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-07-07 15:12:19 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-07-07 15:12:19 +0200
commit5c45a5d016f7738ac66f9dedcff6d4712aab2a3d (patch)
tree9d84f0a68e8b4a5631c040d26120c5c4ae6b9b36 /config.json.in
parent1efdb28f1bf9246004a7b145e8d91d89be785772 (diff)
Add httpPort value to config example.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'config.json.in')
-rw-r--r--config.json.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json.in b/config.json.in
index 751bb29..1668e05 100644
--- a/config.json.in
+++ b/config.json.in
@@ -1,5 +1,6 @@
{
"webAppDir": "webapp/dist",
+ "httpPort": "8000",
"shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share",
"logsDir": "/tmp/xds-server/logs",
"sdkRootDir": "/xdt/sdk",
@@ -8,4 +9,4 @@
"home": "${ROOT_DIR}/tmp/builder_dev_host/syncthing-config",
"gui-address": "http://localhost:8384"
}
-} \ No newline at end of file
+}