Fix data not loading on recordTable
This commit is contained in:
@ -22,7 +22,7 @@ const configService = new ConfigService();
|
||||
export const typeORMMetadataModuleOptions: TypeOrmModuleOptions = {
|
||||
url: configService.get<string>('PG_DATABASE_URL'),
|
||||
type: 'postgres',
|
||||
logging: ['query', 'error'],
|
||||
logging: ['error'],
|
||||
schema: 'metadata',
|
||||
entities: [__dirname + '/**/*.entity{.ts,.js}'],
|
||||
synchronize: false,
|
||||
|
||||
Reference in New Issue
Block a user