Commit e7bc741b authored by HAYWAEL's avatar HAYWAEL

fix

parent a3bd5468
Pipeline #27904 passed with stage
in 2 minutes 6 seconds
......@@ -36,13 +36,12 @@ export default () => {
timezone: '+08:00',
delegate: 'wafangModel',
baseDir: 'model/wafang',
// other sequelize configurations
username: process.env.MYSQL_WANFANG_USER,
dialect: 'mysql',
host: process.env.MYSQL_WAFANG_HOST,
host: 'rm-wafang-rds-pubilc.mysql.rds.aliyuncs.com',
database: 'wafang_dev',
username: 'wafang_test',
password: 'ztQ4Y8piePY3521gx74Ii',
port: 3306,
database: process.env.MYSQL_WANFANG_DB_NAME,
password: process.env.MYSQL_WANFANG_PWD,
}],
};
......
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