mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Added entries for portal app in config files.
This commit is contained in:
parent
8431b30ddc
commit
ca2a79a001
@ -3,6 +3,7 @@
|
|||||||
"cachingEnabled": false,
|
"cachingEnabled": false,
|
||||||
"debuggingEnabled": false,
|
"debuggingEnabled": false,
|
||||||
"permissionRoot": "/",
|
"permissionRoot": "/",
|
||||||
|
"portalURL": "https://${server.ip}:9445",
|
||||||
"loginPage": "cdmf.page.sign-in",
|
"loginPage": "cdmf.page.sign-in",
|
||||||
"adminServicesUrl": "https://${server.ip}:${server.https_port}/admin/services/",
|
"adminServicesUrl": "https://${server.ip}:${server.https_port}/admin/services/",
|
||||||
"authModule": {
|
"authModule": {
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
"httpsWebURL" : "%https.ip%",
|
"httpsWebURL" : "%https.ip%",
|
||||||
"wssURL" : "https://localhost:9445",
|
"wssURL" : "https://localhost:9445",
|
||||||
"wsURL" : "%http.ip%",
|
"wsURL" : "%http.ip%",
|
||||||
|
"portalURL": "https://${server.ip}:9445",
|
||||||
"dashboardServerURL" : "%https.ip%",
|
"dashboardServerURL" : "%https.ip%",
|
||||||
"androidEnrollmentDir": "/android-web-agent/enrollment",
|
"androidEnrollmentDir": "/android-web-agent/enrollment",
|
||||||
"windowsEnrollmentDir": "/windows-web-agent/enrollment",
|
"windowsEnrollmentDir": "/windows-web-agent/enrollment",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user