@ -19,7 +19,10 @@ import { TypeOrmModule, TypeOrmModuleOptions } from '@nestjs/typeorm';
synchronize: true,
logging: configService.isLoggingDb ? 'all' : false,
extra: {
ssl: true,
ssl: {
rejectUnauthorized: false
},
}),
inject: [ConfigService],