function MxINI() {
    this.uploadPath = "./public/file/";
    this.mxbinPath = "../../Release/";
    this.linux = false;
    this.serverPort = 1337;
	this.accessControlAllowOrigin = "*";
	this.mxcad={
        uploadPath: "./public/mxcad/file/",
        mxbinPath:"../../MxCAD/Release/"
	};
	this.enable_gis_map_download = true;
	this.file_ext_name = "mxweb";
};
var mxIni = new MxINI();
module.exports = mxIni;