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: {
default: {
host: 'localhost',
port: "23306",
port: "3306",
username: 'root',
password: '12345678',
database: 'inventory',
synchronize: true,
password: 'root',
database: 'inventory'
},
},
},