.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
POSTGRES_URL
secret
Copy from .env.local on the Vercel dashboard https://nextjs.org/learn/dashboard-app/setting-up-your-database#create-a-postgres-database
POSTGRES_PRISMA_URL
POSTGRES_URL_NON_POOLING
secret
POSTGRES_USER
POSTGRES_HOST
POSTGRES_PASSWORD
secret
POSTGRES_DATABASE
AUTH_SECRET
secret
`openssl rand -base64 32`
AUTH_URL