From: Sebastien Douheret Date: Fri, 7 Jul 2017 13:12:19 +0000 (+0200) Subject: Add httpPort value to config example. X-Git-Tag: v0.2.0-beta~1^2~18 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=5c45a5d016f7738ac66f9dedcff6d4712aab2a3d;p=src%2Fxds%2Fxds-server.git Add httpPort value to config example. Signed-off-by: Sebastien Douheret --- 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 +}