初始化提交

This commit is contained in:
啊平 2019-09-28 16:49:30 +08:00
parent 9aed371442
commit 85dce16bb7
2 changed files with 6 additions and 6 deletions

View File

@ -13,9 +13,9 @@ export default () => {
type: 'mysql',
host: '127.0.0.1',
port: 3306,
username: 'root',
password: '123123',
database: 'test',
username: '',
password: '',
database: '',
synchronize: true,
logging: true,
},

View File

@ -13,9 +13,9 @@ export default () => {
type: 'mysql',
host: '127.0.0.1',
port: 3306,
username: 'root',
password: '123123',
database: 'test',
username: '',
password: '',
database: '',
synchronize: true,
logging: true,
},