mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing iot.analytics.host%:%iot.analytics.https.host => iot.analytics.host%:%iot.analytics.https.port
This commit is contained in:
parent
42816101bb
commit
5aa8776bfe
@ -2,7 +2,7 @@
|
|||||||
"appContext": "/devicemgt/",
|
"appContext": "/devicemgt/",
|
||||||
"httpsURL" : "https://%iot.gateway.host%:%iot.gateway.https.port%",
|
"httpsURL" : "https://%iot.gateway.host%:%iot.gateway.https.port%",
|
||||||
"httpURL" : "http://%iot.gateway.host%:%iot.gateway.http.port",
|
"httpURL" : "http://%iot.gateway.host%:%iot.gateway.http.port",
|
||||||
"wssURL" : "https://%iot.analytics.host%:%iot.analytics.https.host%",
|
"wssURL" : "https://%iot.analytics.host%:%iot.analytics.https.port%",
|
||||||
"portalURL": "https://%iot.analytics.host%:%iot.analytics.https.port%",
|
"portalURL": "https://%iot.analytics.host%:%iot.analytics.https.port%",
|
||||||
"dashboardServerURL" : "%https.ip%",
|
"dashboardServerURL" : "%https.ip%",
|
||||||
"androidEnrollmentDir": "/android-web-agent/enrollment",
|
"androidEnrollmentDir": "/android-web-agent/enrollment",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user