Compare commits

Invalid templates have been ignored

1 invalid template(s) found pull_request_template.md: frontmatter must start with a separator line

...

2 Commits

Author SHA1 Message Date
Pahansith Gunathilake bad4e9c66f Merge branch 'master' into 'master'
3 years ago
sandaru 0fefc44da6 Add remote session host and port into iot-server.sh
3 years ago

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

Loading…
Cancel
Save