From 12fe7ac9bb26537c10309b5b0828544fff97f949 Mon Sep 17 00:00:00 2001 From: "SAITO-PC-3\\saito.k" Date: Thu, 13 Jun 2024 17:06:53 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E7=95=AA=E7=92=B0=E5=A2=83=E3=81=A7?= =?UTF-8?q?=E5=8F=82=E7=85=A7=E3=81=99=E3=82=8B=E3=82=B9=E3=82=AD=E3=83=BC?= =?UTF-8?q?=E3=83=9E=E3=81=AFomds=E3=81=AE=E3=81=9F=E3=82=81=E5=8F=82?= =?UTF-8?q?=E7=85=A7=E5=85=88=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictation_server/src/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictation_server/src/app.module.ts b/dictation_server/src/app.module.ts index cdc19b7..11095ff 100644 --- a/dictation_server/src/app.module.ts +++ b/dictation_server/src/app.module.ts @@ -101,7 +101,7 @@ import { JobNumberRepositoryModule } from './repositories/job_number/job_number. port: configService.get('DB_PORT'), username: configService.get('DB_USERNAME'), password: configService.get('DB_PASSWORD'), - database: configService.get('DB_NAME_CCB'), + database: configService.get('DB_NAME'), autoLoadEntities: true, // forFeature()で登録されたEntityを自動的にロード synchronize: false, // trueにすると自動的にmigrationが行われるため注意 }),