chore: config.local 还原

This commit is contained in:
tikkhun 2026-01-08 18:54:44 +08:00
parent ee2018362e
commit fd7b3dae58
1 changed files with 3 additions and 4 deletions

View File

@ -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,
}, },
}, },
}, },