Commit 2f4e3781 by 王昆

gsb

parent 2b36bd4d
bpo-web/node_modules/
.idea/*
\ No newline at end of file
node_modules/
\ No newline at end of file
var settings={ var settings = {
redis:{ redis:{
host:"43.247.184.32", host: "43.247.184.32",
port:8967, port: 8967,
password:"Gonsibao2018", password: "Gongsibao2018",
db:11, db:10,
}, },
database:{ database: {
dbname : "bpo", dbname: "bpo",
user : "root", user: "root",
password : "123456", password: "123456",
config : { config: {
host: '43.247.184.35', host: '43.247.184.35',
port:8899, port: 8899,
dialect: 'mysql', dialect: 'mysql',
operatorsAliases: false, operatorsAliases: false,
pool: { pool: {
max: 5, max: 5,
min: 0, min: 0,
acquire: 90000000, acquire: 90000000,
idle: 1000000 idle: 1000000
}, },
logging: true, logging: true,
debug:true, debug: true,
dialectOptions:{ dialectOptions: {
requestTimeout: 999999, requestTimeout: 999999,
// instanceName:'DEV' // instanceName:'DEV'
} //设置MSSQL超时时间 } //设置MSSQL超时时间
}, },
}, },
reqEsDevUrl:"http://192.168.4.249:9200/", reqEsDevUrl: "http://192.168.4.249:9200/",
reqHomePageDevUrl:"http://192.168.4.1:3000/" reqHomePageDevUrl: "http://192.168.4.1:3000/"
}; };
module.exports = settings; module.exports = settings;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment