Sorry for my English because I use Google Translate. My name is Tof and am French.
I am trying to install WSO2 EMM 2.2.0 Alpha
What is the difference between the file "app-conf.json" and "config.json"
On the document online, you are asked to change the config.json including its external IP address. WSO2EMM 2.2.0 Documentation
But if you look at the file more ready, we see that the IP address is provided by an environment variable
example:
"generalConfig" : {
"host" : "%http.ip%",
"companyName" : "WSO2 Enterprise Mobility Manager",
"browserTitle" : "WSO2 EMM",
"copyrightText" : "\u00A9 %date-year%, WSO2 Inc. (http://www.wso2.org) All Rights Reserved."
},
If I edit the file that is in the same directory: app-conf.json I contaste there this information:
"generalConfig" : {
"host" : "https://localhost:9443",
This is the same for 2 .json file that is in the /repository/deployment/server/jaggeryapps/ emm-web-agent/app/conf and in the /repository/deployment/server/jaggeryapps/emm/app/conf
My question : Documentation request to change the config.json but we can see that app conf.json should be modified. Your opinion ?
What differences there are between the app and the file conf.json config.json file?
Thank you for your help
Tof