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