Commit de5090e9 authored by 郝聪敏's avatar 郝聪敏

test: 修改数据库

parent 9c7a74f0
...@@ -31,8 +31,8 @@ export default (appInfo: EggAppConfig) => { ...@@ -31,8 +31,8 @@ export default (appInfo: EggAppConfig) => {
database: 'low_code', database: 'low_code',
}; };
exports.sequelize = process.env.NODE_ENV === 'test' ? localMysqlConfig : prodMysqlConfig; // exports.sequelize = process.env.NODE_ENV === 'test' ? localMysqlConfig : prodMysqlConfig;
// exports.sequelize = localMysqlConfig; exports.sequelize = localMysqlConfig;
return exports; return exports;
}; };
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