mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
pointed to gateway node
This commit is contained in:
parent
8a883ccd41
commit
4128e2d355
@ -3,7 +3,6 @@
|
|||||||
"httpsURL" : "https://%server.ip%:8243",
|
"httpsURL" : "https://%server.ip%:8243",
|
||||||
"httpURL" : "http://%server.ip%:8280",
|
"httpURL" : "http://%server.ip%:8280",
|
||||||
"wssURL" : "https://localhost:9445",
|
"wssURL" : "https://localhost:9445",
|
||||||
"wsURL" : "%http.ip%",
|
|
||||||
"portalURL": "https://%server.ip%:9445",
|
"portalURL": "https://%server.ip%:9445",
|
||||||
"dashboardServerURL" : "%https.ip%",
|
"dashboardServerURL" : "%https.ip%",
|
||||||
"androidEnrollmentDir": "/android-web-agent/enrollment",
|
"androidEnrollmentDir": "/android-web-agent/enrollment",
|
||||||
@ -19,12 +18,12 @@
|
|||||||
"clientName": "emm",
|
"clientName": "emm",
|
||||||
"owner": "admin@carbon.super",
|
"owner": "admin@carbon.super",
|
||||||
"dynamicClientAppRegistrationServiceURL": "%https.ip%/dynamic-client-web/register",
|
"dynamicClientAppRegistrationServiceURL": "%https.ip%/dynamic-client-web/register",
|
||||||
"apiManagerClientAppRegistrationServiceURL": "%https.ip%/api-application-registration/register/tenants",
|
"apiManagerClientAppRegistrationServiceURL": "https://%server.ip%:8243/api-application-registration/register/tenants",
|
||||||
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-carbon urn:ietf:params:oauth:grant-type:jwt-bearer",
|
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-carbon urn:ietf:params:oauth:grant-type:jwt-bearer",
|
||||||
"tokenScope": "admin",
|
"tokenScope": "admin",
|
||||||
"callbackUrl": "%https.ip%/api/device-mgt/v1.0"
|
"callbackUrl": "%https.ip%/api/device-mgt/v1.0"
|
||||||
},
|
},
|
||||||
"tokenServiceURL": "%https.ip%/oauth2/token"
|
"tokenServiceURL": "https://%server.ip%:8243/token"
|
||||||
},
|
},
|
||||||
"adminUser":"admin@carbon.super",
|
"adminUser":"admin@carbon.super",
|
||||||
"adminUserTenantId":"-1234",
|
"adminUserTenantId":"-1234",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user