Skip to content

Commit 0631eff

Browse files
committed
fix: recover init db
1 parent 36266af commit 0631eff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/config/secure.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
module.exports = {
44
db: {
5-
database: 'lin-cms-koa',
6-
host: '47.95.192.24',
5+
database: 'lin-cms',
6+
host: 'localhost',
77
dialect: 'mysql',
88
port: 3306,
9-
username: 'talelin',
10-
password: 'qiyuedefeng',
9+
username: 'root',
10+
password: '123456',
1111
logging: false,
1212
timezone: '+08:00'
1313
},

0 commit comments

Comments
 (0)