5 lines
104 B

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