Add httpPort value to config example.
[src/xds/xds-server.git] / config.json.in
index 751bb29..1668e05 100644 (file)
@@ -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
+}