初始化提交

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', type: 'mysql',
host: '127.0.0.1', host: '127.0.0.1',
port: 3306, port: 3306,
username: 'root', username: '',
password: '123123', password: '',
database: 'test', database: '',
synchronize: true, synchronize: true,
logging: true, logging: true,
}, },

View File

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