.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
NEXTAUTH_URL
Only required for localhost
NEXTAUTH_SECRET
secret
You can use openssl to generate a random 32 character key: openssl rand -base64 32
SMTP_HOST
SMTP / Email settings
SMTP_PORT
SMTP_USER
SMTP_PASSWORD
secret
SMTP_FROM
DATABASE_URL
secret
If you are using Docker, you can retrieve the values from: docker-compose.yml
APP_URL
SVIX_URL
SVIX_API_KEY
secret
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
secret
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
secret
RETRACED_URL
RETRACED_API_KEY
secret
RETRACED_PROJECT_ID
HIDE_LANDING_PAGE
Hide landing page and redirect to login page
GROUP_PREFIX
SSO groups can be prefixed with this identifier in order to avoid conflicts with other groups. For example boxyhq-admin would be resolved…