Skip to content

Commit

Permalink
Merge pull request #32 from AgrI-Mitra/hotfix/lang-detection-failure
Browse files Browse the repository at this point in the history
Added REJECT_UNAUTHORIZED variable
  • Loading branch information
Amruth-Vamshi authored Nov 21, 2024
2 parents 68721f2 + 1dfe7a6 commit 21d070a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { MonitoringService } from "./modules/monitoring/monitoring.service";

async function bootstrap() {
const logger = new CustomLogger("Main");
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0'

/** Fastify Application */
const app = await NestFactory.create<NestFastifyApplication>(
Expand Down

0 comments on commit 21d070a

Please sign in to comment.