Commit 63efed24 by 蒋勇

d

parent ef3c2d87
...@@ -7,11 +7,11 @@ var settings={ ...@@ -7,11 +7,11 @@ var settings={
}, },
database: { database: {
dbname: "fktaxctl", dbname: "fktaxctl",
user : "caishui", user : "write",
password : "jvmfTVDuG5YE(*Z", password : "write",
config : { config : {
host: '47.105.186.2', host: '43.247.184.35',
port:3307, port:8899,
dialect: 'mysql', dialect: 'mysql',
operatorsAliases: false, operatorsAliases: false,
pool: { pool: {
...@@ -25,6 +25,26 @@ var settings={ ...@@ -25,6 +25,26 @@ var settings={
} }
}, },
// database: {
// dbname: "fktaxctl",
// user : "caishui",
// password : "jvmfTVDuG5YE(*Z",
// config : {
// host: '47.105.186.2',
// port:3307,
// dialect: 'mysql',
// operatorsAliases: false,
// pool: {
// max: 5,
// min: 0,
// acquire: 90000000,
// idle: 1000000
// },
// debug: false,
// logging:false
// }
// },
reqEsDevUrl:"http://192.168.4.249:9200/", reqEsDevUrl:"http://192.168.4.249:9200/",
reqHomePageDevUrl:"http://sj.app.com:3002/", reqHomePageDevUrl:"http://sj.app.com:3002/",
reqAuthUrl:"http://sj.app.com:3002/auth" reqAuthUrl:"http://sj.app.com:3002/auth"
......
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