Skip to content

Commit

Permalink
chore: remove db url log (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
doxylee authored Nov 18, 2024
1 parent d1fc362 commit 6b6e922
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Prisma } from '@prisma/client';
import dotenv from 'dotenv';
import { dotEnvOptions } from './dotenv-options';
import { Prisma } from '@prisma/client';

dotenv.config(dotEnvOptions);
console.log(`NODE_ENV environment: ${process.env.NODE_ENV}`);
console.log(`DATABASE_URL: ${process.env.DATABASE_URL}`);

export default () => {
return {
Expand Down

0 comments on commit 6b6e922

Please sign in to comment.