.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DATABASE_URL
secret
Connection without pooling (for migrations)
DATABASE_URL_POOLED
secret
Connection with pooling (for application use)
CRON_SECRET
secret
CRON Secret to prevent unauthorized triggers
PORT