From e6127252979fdf90bb63a74406b07e3c460610fd Mon Sep 17 00:00:00 2001 From: inoshperera Date: Wed, 1 Apr 2020 08:57:01 +0530 Subject: [PATCH] Add reporting host --- 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 b464f195..de71a0cc 100755 --- a/modules/distribution/src/core/bin/iot-server.sh +++ b/modules/distribution/src/core/bin/iot-server.sh @@ -338,6 +338,7 @@ do -Dmqtt.broker.https.port="9446" \ -Denable-api-scopes-sharing="true" \ -Dagent-bundle="org.wso2.carbon.emm.mdmagent" \ + -Diot.reporting.event.host="" \ org.wso2.carbon.bootstrap.Bootstrap $* status=$? done