Environment Variables Reference
For a practical setup guide, start with:
This page adds runtime behavior notes.
Security-sensitive vars
JWT_SECRET: must be unique per environment.- SMTP/SES credentials: never commit into repo.
FRONTEND_ORIGIN: must match trusted app origin only.
Persistence-sensitive vars
DATA_DIRUPLOADS_DIRSQLITE_PATH
These must be backed by durable storage in production.
Worker-sensitive vars
OUTBOX_WORKER_* values control throughput, retries, and alert thresholds.
Tune them based on expected ticket/event volume.