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

test: 修改数据库地址

parent 1d092b3d
...@@ -31,7 +31,8 @@ export default (appInfo: EggAppConfig) => { ...@@ -31,7 +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;
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