chore: config.local 还原
This commit is contained in:
parent
ee2018362e
commit
fd7b3dae58
|
|
@ -19,11 +19,10 @@ export default {
|
|||
dataSource: {
|
||||
default: {
|
||||
host: 'localhost',
|
||||
port: "23306",
|
||||
port: "3306",
|
||||
username: 'root',
|
||||
password: '12345678',
|
||||
database: 'inventory',
|
||||
synchronize: true,
|
||||
password: 'root',
|
||||
database: 'inventory'
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue