Commit 24f46a83 by zhaoxiqing

Merge branch 'bpo-web' of http://gitlab.gongsibao.com/jiangyong/zhichan into bpo-web

parents 004a5656 7815f3f0
var settings = { var settings = {
redis:{ redis: {
host: "43.247.184.32", host: "43.247.184.32",
port: 8967, port: 8967,
password: "Gongsibao2018", password: "Gongsibao2018",
db:11, db: 11,
}, },
database: { database: {
dbname : "bpo2", dbname: "bpo2",
user : "write", user: "write",
password : "write", password: "write",
config : { config: {
dialect: 'mysql', dialect: 'mysql',
operatorsAliases: false, operatorsAliases: false,
host: '43.247.184.35', host: '43.247.184.35',
port: 8899, port: 8899,
// host: '192.168.18.237', // host: '192.168.18.237',
// port: 3306, // port: 3306,
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/",
......
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