mirror of
https://github.com/apgzs/cool-admin-api.git
synced 2025-09-01 11:59:47 +08:00
初始化提交
This commit is contained in:
parent
9aed371442
commit
85dce16bb7
@ -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,
|
||||||
},
|
},
|
||||||
|
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user