Add DEMO_MODE=true to demo .env.example for clarity

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
megaproxy 2026-04-23 22:16:49 +00:00
parent db2b9898db
commit 58ab921068

View file

@ -16,3 +16,7 @@ REDIS_PASSWORD=
# ── Environment ───────────────────────────────────────────────────────────────
# Keep as "production" (hides /docs, enforces security headers).
ENVIRONMENT=production
# ── Demo mode ─────────────────────────────────────────────────────────────────
# Must be true for auto-seeding, hourly reset, and demo UI to work.
DEMO_MODE=true