diff --git a/modules/distribution/src/core/bin/iot-server.sh b/modules/distribution/src/core/bin/iot-server.sh index ac4b12e3..08366ec9 100755 --- a/modules/distribution/src/core/bin/iot-server.sh +++ b/modules/distribution/src/core/bin/iot-server.sh @@ -333,6 +333,7 @@ do -Diot.apimstore.host="localhost" \ -Diot.apimstore.https.port="9443" \ -Dmqtt.broker.https.port="9446" \ + -Denable-api-scopes-sharing="true" \ org.wso2.carbon.bootstrap.Bootstrap $* status=$? done