本番環境で参照するスキーマはomdsのため参照先を修正
This commit is contained in:
parent
b997b928b8
commit
12fe7ac9bb
@ -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が行われるため注意
|
||||
}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user