Commit 3012c877 by 宋毅

tj

parent 2b233631
...@@ -53,11 +53,11 @@ var settings = { ...@@ -53,11 +53,11 @@ var settings = {
console.log(ENVINPUT.DB_PORT, "............ENVINPUT.DB_PORT........."); console.log(ENVINPUT.DB_PORT, "............ENVINPUT.DB_PORT.........");
return { return {
dbname: ENVINPUT.DB_NAME, dbname: ENVINPUT.DB_NAME,
port: ENVINPUT.DB_PORT,
user: ENVINPUT.DB_USER, user: ENVINPUT.DB_USER,
password: ENVINPUT.DB_PWD, password: ENVINPUT.DB_PWD,
config: { config: {
host: ENVINPUT.DB_HOST, host: ENVINPUT.DB_HOST,
port: ENVINPUT.DB_PORT,
dialect: 'mysql', dialect: 'mysql',
operatorsAliases: false, operatorsAliases: false,
pool: { pool: {
......
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