Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fix: mongo cert write file
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Oct 9, 2022
1 parent 994288a commit 5f0a8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import fs from 'fs';
import { ValidationPipe } from '@nestjs/common';
import { NestFactory } from '@nestjs/core';
import { SwaggerModule } from '@nestjs/swagger';
import { AppModule } from './app.module';
import { swaggerConfig } from './swagger';
import * as helmet from 'helmet';
import fs from 'fs';

async function bootstrap() {
// DigitalOcean Apps has cert as environment variable but Mongo needs a file path
Expand Down

0 comments on commit 5f0a8cc

Please sign in to comment.