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',
...@@ -24,8 +24,8 @@ var settings = { ...@@ -24,8 +24,8 @@ var settings = {
idle: 1000000 idle: 1000000
}, },
logging: true, logging: true,
debug:true, debug: true,
dialectOptions:{ dialectOptions: {
requestTimeout: 999999, requestTimeout: 999999,
// instanceName:'DEV' // instanceName:'DEV'
} //设置MSSQL超时时间 } //设置MSSQL超时时间
......
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