Skip to content

Commit

Permalink
Update sample.env
Browse files Browse the repository at this point in the history
  • Loading branch information
cammoore committed Nov 6, 2024
1 parent c0c3479 commit 81d0863
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,14 @@ DATABASE_URL="postgresql://user:password@localhost:5432/mydb?schema=public"
# for redirections on login, etc.

NEXTAUTH_SECRET=secret
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_URL=http://localhost:3000

# Created by Vercel CLI
POSTGRES_DATABASE="verceldb"
POSTGRES_HOST="***"
POSTGRES_PASSWORD="***"
POSTGRES_PRISMA_URL="postgres://default:***@***/verceldb?pgbouncer=true&connect_timeout=15&sslmode=require"
POSTGRES_URL="postgres://default:***@***/verceldb?sslmode=require"
POSTGRES_URL_NON_POOLING="postgres://default:***@***/verceldb?sslmode=require"
POSTGRES_URL_NO_SSL="postgres://default:***@***/verceldb"
POSTGRES_USER="default"

0 comments on commit 81d0863

Please sign in to comment.