var Config = function () {
this.InProductionMode = false;
this.ApiRoot = '47.103.85.253:5003';
};
window.Config = new Config();