From 0cca31dd06eb2b53b43949aac95ff46c85231c5a Mon Sep 17 00:00:00 2001 From: Harshan Liyanage Date: Tue, 29 Aug 2017 11:57:52 +0530 Subject: [PATCH] Updated config.json file which resolves wso2/product-iots#1293 --- .../main/resources/jaggeryapps/devicemgt/app/conf/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json index 55d73af4f6..c807fa7e9e 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json @@ -2,6 +2,7 @@ "appContext": "/devicemgt/", "isCloud": false, "isDeviceOwnerEnabled": false, + "managerHTTPSURL": "https://%iot.manager.host%:%iot.manager.https.port%", "httpsURL": "https://%iot.gateway.host%:%iot.gateway.https.port%", "httpURL": "http://%iot.gateway.host%:%iot.gateway.http.port%", "wssURL": "https://%iot.analytics.host%:%iot.analytics.https.port%",