Merge pull request #1775 from ruwany/master

Adding env-variable to enable scopes sharing between apis
application-manager-new
Geeth 7 years ago committed by GitHub
commit ded535f281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save