|
|
@ -1,5 +1,5 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"appContext": "/devicemgt/",
|
|
|
|
"appContext": "/store/",
|
|
|
|
"isCloud": false,
|
|
|
|
"isCloud": false,
|
|
|
|
"isDeviceOwnerEnabled": false,
|
|
|
|
"isDeviceOwnerEnabled": false,
|
|
|
|
"httpsURL": "https://%iot.gateway.host%:%iot.gateway.https.port%",
|
|
|
|
"httpsURL": "https://%iot.gateway.host%:%iot.gateway.https.port%",
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
"oauthProvider": {
|
|
|
|
"oauthProvider": {
|
|
|
|
"appRegistration": {
|
|
|
|
"appRegistration": {
|
|
|
|
"appType": "webapp",
|
|
|
|
"appType": "webapp",
|
|
|
|
"clientName": "iot_ui",
|
|
|
|
"clientName": "store_ui",
|
|
|
|
"owner": "admin@carbon.super",
|
|
|
|
"owner": "admin@carbon.super",
|
|
|
|
"dynamicClientAppRegistrationServiceURL": "%https.ip%/dynamic-client-web/register",
|
|
|
|
"dynamicClientAppRegistrationServiceURL": "%https.ip%/dynamic-client-web/register",
|
|
|
|
"apiManagerClientAppRegistrationServiceURL": "https://%iot.gateway.host%:%iot.gateway.https.port%/api-application-registration/register/tenants",
|
|
|
|
"apiManagerClientAppRegistrationServiceURL": "https://%iot.gateway.host%:%iot.gateway.https.port%/api-application-registration/register/tenants",
|
|
|
|