From df0a5bfaad5094b12b6deb2e2459f8a4be64081e Mon Sep 17 00:00:00 2001 From: Ruwan Yatawara Date: Wed, 14 Mar 2018 20:28:41 +0530 Subject: [PATCH] Adding env-variable to enable scopes sharing between apis --- 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 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