Merge branch 'master' into 'master'

Add reporting webapp endpoint key into iot-server.sh

See merge request entgra/product-iots!63
This commit is contained in:
Dharmakeerthi Lasantha 2020-05-19 08:56:14 +00:00
commit 5ff8ad8c99

View File

@ -339,6 +339,7 @@ do
-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