From e1228b408a19321cecb207c3602cb227e4fec3d7 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Mon, 9 Jan 2017 16:35:33 +0530 Subject: [PATCH] Removed [httpsWebURL] from config.json --- .../main/resources/jaggeryapps/devicemgt/app/conf/config.json | 1 - 1 file changed, 1 deletion(-) 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 95996fb6bb..cbdd321dc4 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,7 +2,6 @@ "appContext": "/devicemgt/", "httpsURL" : "%https.ip%", "httpURL" : "%http.ip%", - "httpsWebURL" : "%https.ip%", "wssURL" : "https://localhost:9445", "wsURL" : "%http.ip%", "portalURL": "https://%server.ip%:9445",