diff --git a/src/config/config.local.ts b/src/config/config.local.ts index 67785b5..d64e2ba 100644 --- a/src/config/config.local.ts +++ b/src/config/config.local.ts @@ -15,12 +15,11 @@ export default { typeorm: { dataSource: { default: { - host: '13.212.62.127', - port: "3306", + host: 'localhost', + port: "23306", username: 'root', - password: 'Yoone!@.2025', + password: '12345678', database: 'inventory_v2', - synchronize: true, }, }, },