.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DATABASE_HOST
─── Database (required) ───────────────────────────────────────────────────── config/database.yml reads these discrete vars (NOT a…
DATABASE_PORT
DATABASE_NAME
DATABASE_USERNAME
DATABASE_PASSWORD
secret
REDIS_URL
secret
─── Redis (required) ────────────────────────────────────────────────────────
JWT_SECRET_KEY
secret
─── JWT / Auth secrets (required) ─────────────────────────────────────────── Used for subscription tokens and mobile auth challenge/link…
AUTH_JWT_SECRET_KEY
secret
OBJC_DISABLE_INITIALIZE_FORK_SAFETY
─── macOS fork() fix (optional — macOS only) ───────────────────────────────── Prevents "objc[…]: +initialize may have been in progress in…