From bb051deebc88dfa25554dad651b23626ff627983 Mon Sep 17 00:00:00 2001 From: ayyoob Date: Mon, 6 Jun 2016 13:55:05 +0530 Subject: [PATCH] added https url for jaggery app deployment server --- .../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 dbf06d8af3..08ef8beef3 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 @@ -4,6 +4,7 @@ "apiContext" : "api", "httpsURL" : "https://localhost:8243", "httpURL" : "%http.ip%", + "httpsWebURL" : "%https.ip%", "wssURL" : "%https.ip%", "wsURL" : "%http.ip%", "enrollmentDir": "/emm-web-agent/enrollment",