fix: stop logging DATABASE_URL in logs
This commit is contained in:
parent
1cce117b0a
commit
15424903ed
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue