diff --git a/src/config/config.local.ts b/src/config/config.local.ts index b82c927..a8326f6 100644 --- a/src/config/config.local.ts +++ b/src/config/config.local.ts @@ -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' }, }, },