Merge branch 'master' into 'master'

Add remote session host and port into iot-server.sh

See merge request entgra/product-iots!87
This commit is contained in:
Pahansith Gunathilake 2021-10-29 04:22:30 +00:00
commit bad4e9c66f

View File

@ -340,6 +340,8 @@ do
-Dagent-bundle="org.wso2.carbon.emm.mdmagent" \
-Diot.reporting.event.host="" \
-Diot.reporting.webapp.host="" \
-Diot.remotesession.server.host="localhost" \
-Diot.remotesession.server.https.port="9443" \
org.wso2.carbon.bootstrap.Bootstrap $*
status=$?
done