From 3858920d72025329f1b0563aa6c79d45210b4370 Mon Sep 17 00:00:00 2001 From: mharindu Date: Mon, 6 Jun 2016 15:52:22 +0530 Subject: [PATCH] Changed HTTPS Url --- .../main/resources/jaggeryapps/devicemgt/app/conf/config.json | 2 +- 1 file changed, 1 insertion(+), 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 dbf06d8af3..32a6d3b8f2 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,7 @@ "appContext" : "/devicemgt/", "webAgentContext" : "/devicemgt-web-agent/", "apiContext" : "api", - "httpsURL" : "https://localhost:8243", + "httpsURL" : "https://localhost:9443", "httpURL" : "%http.ip%", "wssURL" : "%https.ip%", "wsURL" : "%http.ip%",