Skip to content

Commit 07b8205

Browse files
committed
feat: update remote mysql config
1 parent 791e765 commit 07b8205

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',
6-
host: 'localhost',
5+
database: 'lin-cms-demo',
6+
host: '47.95.192.24',
77
dialect: 'mysql',
88
port: 3306,
9-
username: 'root',
10-
password: 'root',
9+
username: 'talelin',
10+
password: 'qiyuedefeng',
1111
logging: false,
1212
timezone: '+08:00'
1313
},

0 commit comments

Comments
 (0)