Skip to content

Commit

Permalink
fix: stop logging DATABASE_URL in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Jun 5, 2023
1 parent 1cce117 commit 1542490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/hoppscotch-backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { emitGQLSchemaFile } from './gql-schema';
async function bootstrap() {
console.log(`Running in production: ${process.env.PRODUCTION}`);
console.log(`Port: ${process.env.PORT}`);
console.log(`Database: ${process.env.DATABASE_URL}`);

const app = await NestFactory.create(AppModule);

Expand Down

0 comments on commit 1542490

Please sign in to comment.