You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
414 B

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;