From 4af26f17b30dd28ec6cae5ce893ce88ca64b4413 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Wed, 20 Oct 2021 20:01:57 +0200 Subject: [PATCH] Update app.module.ts --- src/app.module.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.module.ts b/src/app.module.ts index 35d4026..007cc53 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -22,7 +22,8 @@ import { TypeOrmModule, TypeOrmModuleOptions } from '@nestjs/typeorm'; ssl: { rejectUnauthorized: false }, - }, + + }, }), inject: [ConfigService], }),