Removed enrollment url calculation

revert-70aa11f8
Rasika Perera 8 years ago
parent 55acb7e7d3
commit bb526513e8

@ -37,12 +37,6 @@ var conf = function () {
return value; return value;
} }
); );
if (conf.generalConfig.host) {
//TODO: Move enrollment URL into app-conf.json
var enrollmentHost = conf.generalConfig.host.replace(/https:\/\/localhost(:\d+)?/, conf.httpsURL).replace(
/http:\/\/localhost(:\d+)?/, conf.httpURL);
conf.enrollmentUrl = enrollmentHost + conf.enrollmentDir;
}
application.put("CONF", conf); application.put("CONF", conf);
} }
return conf; return conf;

Loading…
Cancel
Save