Skip to content

Commit

Permalink
chore(api): add default .env.development (#375)
Browse files Browse the repository at this point in the history
Ensure API timezone matches the production serverless services for better development and debugging.
  • Loading branch information
duongdev authored Sep 23, 2024
1 parent f8aa003 commit fa96aca
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 fa96aca

Please sign in to comment.