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:
sandaru daminda 2021-10-15 03:21:53 +00:00
commit f99aa65c70

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