We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b1e65 commit 7fa2bfdCopy full SHA for 7fa2bfd
config/config.local.js
@@ -34,12 +34,12 @@ module.exports = () => {
34
{
35
delegate: 'model',
36
baseDir: 'model',
37
- database: 'doraemon',
+ database: 'doraemon_test',
38
dialect: 'mysql',
39
host: '127.0.0.1',
40
port: 3306,
41
username: 'root',
42
- password: '123456789',
+ password: '123456',
43
},
44
],
45
};
0 commit comments