From 231b971f26da6605aa97357cb1446db12982fb68 Mon Sep 17 00:00:00 2001 From: Amalka Subasinghe Date: Wed, 15 Sep 2021 15:39:42 +0530 Subject: [PATCH] config changes --- iot-core/pom.xml | 4 ++-- iot-core/src/core/bin/iot-server.sh | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/iot-core/pom.xml b/iot-core/pom.xml index a1dc0c7..6dc98cc 100644 --- a/iot-core/pom.xml +++ b/iot-core/pom.xml @@ -97,9 +97,9 @@ - + - + diff --git a/iot-core/src/core/bin/iot-server.sh b/iot-core/src/core/bin/iot-server.sh index c569b12..a549d2d 100755 --- a/iot-core/src/core/bin/iot-server.sh +++ b/iot-core/src/core/bin/iot-server.sh @@ -361,6 +361,14 @@ do -Diot.gateway.http.port="8280" \ -Diot.gateway.carbon.https.port="9443" \ -Diot.gateway.carbon.http.port="9763" \ + -Diot.keymanager.host="localhost" \ + -Diot.keymanager.https.port="9443" \ + -Diot.apim.host="localhost" \ + -Diot.apim.https.port="9443" \ + -Denable-api-scopes-sharing="true" \ + -Dagent-bundle="org.wso2.carbon.emm.mdmagent" \ + -Diot.reporting.event.host="" \ + -Diot.reporting.webapp.host="" \ org.wso2.carbon.bootstrap.Bootstrap $* status=$? done