From fd7b3dae588b04ffe1a1b4f58101cec38d06d762 Mon Sep 17 00:00:00 2001 From: tikkhun Date: Thu, 8 Jan 2026 18:54:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20config.local=20=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/config.local.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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' }, }, },