Skip to content

Commit 7fa2bfd

Browse files
committed
fix: revert database config
1 parent 88b1e65 commit 7fa2bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.local.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ module.exports = () => {
3434
{
3535
delegate: 'model',
3636
baseDir: 'model',
37-
database: 'doraemon',
37+
database: 'doraemon_test',
3838
dialect: 'mysql',
3939
host: '127.0.0.1',
4040
port: 3306,
4141
username: 'root',
42-
password: '123456789',
42+
password: '123456',
4343
},
4444
],
4545
};

0 commit comments

Comments
 (0)