.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)
CLERK_SECRET_KEY
secret
Fill these in with your own values to be able to run the app and its tests
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
secret
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY
secret
STRIPE_SECRET_KEY
secret
WISE_API_KEY
secret
WISE_PROFILE_ID
AWS_ACCESS_KEY_ID
secret
Keys that are optional to run tests, but some parts of the local app require them
AWS_SECRET_ACCESS_KEY
secret
DOCUSEAL_TOKEN
secret
DOCUSEAL_USER_EMAIL
NEXT_PUBLIC_EQUITY_EXERCISE_DOCUSEAL_ID
RESEND_API_KEY
secret
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY
secret
Default values that you likely won't need to change unless you're self-hosting
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT
secret
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY
secret
AWS_REGION
secret
DATABASE_URL
secret
DOMAIN
REDIS_URL
secret
SIDEKIQ_REDIS_URL
secret