Skip to content

What environment variables do I need in production?

Updated 20 August 2026·1 views

Production environment variables

At minimum: your database adapter''s required variables (see the adapter guides), plus:
  • NODE_ENV=production
  • JWT_SECRET — a long random string
  • NEXT_PUBLIC_APP_DOMAIN — your live URL, no trailing slash
See the production checklist before going live.

Was this article helpful?