Commit 7815f3f0 by 王昆

gsb

parent 330c9675
var settings = {
redis:{
redis: {
host: "43.247.184.32",
port: 8967,
password: "Gongsibao2018",
db:11,
db: 11,
},
database: {
dbname : "bpo2",
user : "write",
password : "write",
config : {
dialect: 'mysql',
operatorsAliases: false,
host: '43.247.184.35',
port: 8899,
// host: '192.168.18.237',
// port: 3306,
pool: {
max: 5,
min: 0,
acquire: 90000000,
idle: 1000000
},
logging: true,
debug:true,
dialectOptions:{
requestTimeout: 999999,
// instanceName:'DEV'
} //设置MSSQL超时时间
dbname: "bpo2",
user: "write",
password: "write",
config: {
dialect: 'mysql',
operatorsAliases: false,
host: '43.247.184.35',
port: 8899,
// host: '192.168.18.237',
// port: 3306,
pool: {
max: 5,
min: 0,
acquire: 90000000,
idle: 1000000
},
logging: true,
debug: true,
dialectOptions: {
requestTimeout: 999999,
// instanceName:'DEV'
} //设置MSSQL超时时间
},
},
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