From f7e8e37ed2d5db737b70bde34e55e30415091c42 Mon Sep 17 00:00:00 2001 From: Milan Perera Date: Thu, 11 Oct 2018 14:13:58 +0530 Subject: [PATCH] Add iot.http.port to iot-server.sh --- modules/distribution/src/core/bin/iot-server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/distribution/src/core/bin/iot-server.sh b/modules/distribution/src/core/bin/iot-server.sh index b412ae37..03c1f31a 100755 --- a/modules/distribution/src/core/bin/iot-server.sh +++ b/modules/distribution/src/core/bin/iot-server.sh @@ -323,6 +323,7 @@ do -Dmqtt.broker.port="1886" \ -Diot.core.host="localhost" \ -Diot.core.https.port="9443" \ + -Diot.core.http.port="9763" \ -Diot.keymanager.host="localhost" \ -Diot.keymanager.https.port="9443" \ -Diot.gateway.host="localhost" \