.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NODE_ENV
NEXT_PUBLIC_APP_URL
AUTH_SECRET
secret
AUTHENTICATION (@ NEXT-AUTH) Secret can be generated with `openssl rand -base64 32` Follow instructions at…
JWT_SECRET_KEY
secret
GOOGLE_ID
GOOGLE_SECRET
secret
GITHUB_ID
GITHUB_SECRET
secret
DATABASE_URL
secret
DATABASE (POSTGRES @ NEON) Ensure you append `sslmode=required` after the question mark in your connection string
RESEND_API_KEY
secret
EMAIL (@ RESEND)
RESEND_EMAIL_FROM
secret
RESEND_EMAIL_TO
secret
RESEND_HOST
secret
RESEND_USERNAME
secret
RESEND_PORT
secret