From 86a48bd455bd96ff1bd33459168317c3e5c79937 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Tue, 6 Sep 2016 10:31:57 +0530 Subject: [PATCH] Making "host" HTTPS -> HTTP to fix android agent download issue --- .../resources/jaggeryapps/emm-web-agent/app/conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/emm-web-agent/app/conf/config.json b/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/emm-web-agent/app/conf/config.json index 67df3a79d..b3f8ba718 100644 --- a/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/emm-web-agent/app/conf/config.json +++ b/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/emm-web-agent/app/conf/config.json @@ -46,7 +46,7 @@ "keyStoreName" : "/repository/resources/security/wso2carbon.jks" }, "generalConfig" : { - "host" : "%https.ip%", + "host" : "%http.ip%", "companyName" : "WSO2 Enterprise Mobility Manager", "browserTitle" : "WSO2 EMM", "copyrightText" : "\u00A9 %date-year%, WSO2 Inc. (http://www.wso2.org) All Rights Reserved."