代码拉取完成,页面将自动刷新
/**
* Created by Franklin on 16-3-16.
* The setting of the site
*/
var path = require('path');
var os = require('os');
module.exports = {
version : "0.4.0",
port : '8060',
oid : '56f110136dde7f18b4cb2b87',
platform : function(){
if(os.platform() == 'win32'){
return 1;
}
else if(os.platform() == 'linux'){
return 2;
}
else if(os.platform() == 'darwin'){
return 3;
}
else{
return 0;
}
}(),
crypto:{
algorithm : 'aes-256-cbc',
key : 'ae3e712c-ccdf-4964-b819-c85770146485'
},
db : 2, // 1 - MongoDB; 2 - NeDB
mongodb : {
name:'GeoModelContainerDB',
host:'127.0.0.1',
port:'27017'
},
nedb : {
path : function(){
return path.dirname(process.execPath) + "/mscdb/";
}()
},
socket:
{
host:'127.0.0.1',
port:'6001'
},
portal:
{
host:'222.192.7.75',
port:'80'
},
manager:{
host:'222.192.7.75',
port:'80/managerServer'
},
maxins : 10,
modelpath : __dirname + '/geo_model/',
mappingPath: (function(){
//! Release
return path.dirname(process.execPath) + '/geo_dataMapping/';
//! Debug
// return __dirname + '/geo_dataMapping/';
})(),
dirname : (function(){
//! Release
return path.dirname(process.execPath);
//! Debug
// return __dirname;
})(),
//! TODO
visualizationpath : (function(){
//! Release
return path.dirname(process.execPath) + '/visualization/';
//! Debug
// return __dirname;
})(),
data_size : 1
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。