Commit 01163a1b authored by 李尚科's avatar 李尚科

fix

parent 52587992
Pipeline #6562 passed with stage
in 3 seconds
...@@ -40,19 +40,19 @@ module.exports = appInfo => { ...@@ -40,19 +40,19 @@ module.exports = appInfo => {
password: process.env.MYSQL_BLOCK_PWD, password: process.env.MYSQL_BLOCK_PWD,
port: 3306, port: 3306,
}, },
{ // {
// 东八时区 // // 东八时区
timezone: '+08:00', // timezone: '+08:00',
delegate: 'realestateModel', // delegate: 'realestateModel',
baseDir: 'model/realestate', // baseDir: 'model/realestate',
// other sequelize configurations // // other sequelize configurations
dialect: 'mysql', // dialect: 'mysql',
host: process.env.MYSQL_REALESTATE_HOST, // host: process.env.MYSQL_REALESTATE_HOST,
database: process.env.MYSQL_REALESTATE_DB_NAME, // database: process.env.MYSQL_REALESTATE_DB_NAME,
username: process.env.MYSQL_REALESTATE_USER, // username: process.env.MYSQL_REALESTATE_USER,
password: process.env.MYSQL_REALESTATE_PWD, // password: process.env.MYSQL_REALESTATE_PWD,
port: 3306, // port: 3306,
} // }
], ],
}; };
......
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