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