Skip to content

Commit

Permalink
Add project varibles
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMwendwa committed Feb 8, 2025
1 parent 5ce4e35 commit fb143f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copy from .env.local on the Vercel dashboard
POSTGRES_URL=
POSTGRES_PRISMA_URL=
POSTGRES_URL_NON_POOLING=
POSTGRES_USER=
POSTGRES_HOST=
POSTGRES_PASSWORD=
POSTGRES_DATABASE=

# `openssl rand -base64 32`
AUTH_SECRET=
AUTH_URL=http://localhost:3000/api/auth

0 comments on commit fb143f3

Please sign in to comment.