Skip to content

Commit

Permalink
chore(api): add default .env.development
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Sep 23, 2024
1 parent 06bd432 commit 769f315
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/api/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NODE_ENV="development"
LOG_LEVEL="debug"
TZ="UTC"
DATABASE_PRISMA_URL="postgresql://postgres:postgres@localhost:5432/6pm"
DATABASE_URL_NON_POOLING="postgresql://postgres:postgres@localhost:5432/6pm"
SHADOW_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/6pm-shadow"

0 comments on commit 769f315

Please sign in to comment.