Commit e1ef6fef by 王悦

fix

parent fba8af9a
...@@ -13,7 +13,6 @@ var settings={ ...@@ -13,7 +13,6 @@ var settings={
host: '43.247.184.35', host: '43.247.184.35',
port: 8899, port: 8899,
dialect: 'mysql', dialect: 'mysql',
operatorsAliases: false,
pool: { pool: {
max: 5, max: 5,
min: 0, min: 0,
......
...@@ -70,7 +70,6 @@ var settings = { ...@@ -70,7 +70,6 @@ var settings = {
host: ENVINPUT.DB_HOST, host: ENVINPUT.DB_HOST,
port: ENVINPUT.DB_PORT, port: ENVINPUT.DB_PORT,
dialect: 'mysql', dialect: 'mysql',
operatorsAliases: false,
pool: { pool: {
max: 5, max: 5,
min: 0, min: 0,
......
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