Commit c1eb66bf by 王昆

gsb

parent 242a98c8
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:12, db: 12,
}, },
database:{ database: {
dbname : "bpo", // dbname : "bpo",
user : "write", // user : "write",
password : "write", // password : "write",
config : { dbname: "bpo2",
host: '192.168.18.237', user: "write",
password: "write",
config: {
dialect: 'mysql', dialect: 'mysql',
operatorsAliases: false, operatorsAliases: false,
host: '43.247.184.35',
port: 8899,
// host: '192.168.18.237',
// port: 3306,
pool: { pool: {
max: 5, max: 5,
min: 0, min: 0,
...@@ -20,14 +26,14 @@ var settings={ ...@@ -20,14 +26,14 @@ 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超时时间
}, },
}, },
reqEsDevUrl:"http://192.168.18.125:9200/", reqEsDevUrl: "http://192.168.18.125:9200/",
reqHomePageDevUrl:"http://192.168.18.125:3000/" reqHomePageDevUrl: "http://192.168.18.125: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