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 d083d3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/api/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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"
CLERK_PUBLISHABLE_KEY="pk_test_ZXZpZGVudC1sZWVjaC04MC5jbGVyay5hY2NvdW50cy5kZXYk"
CLERK_SECRET_KEY="sk_test_UtJI5xD3Mxr8vKwNGWwtCe0FjA42WI0KWRhXikIIGB"

0 comments on commit d083d3a

Please sign in to comment.