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:
parent
db2b9898db
commit
58ab921068
1 changed files with 4 additions and 0 deletions
|
|
@ -16,3 +16,7 @@ REDIS_PASSWORD=
|
||||||
# ── Environment ───────────────────────────────────────────────────────────────
|
# ── Environment ───────────────────────────────────────────────────────────────
|
||||||
# Keep as "production" (hides /docs, enforces security headers).
|
# Keep as "production" (hides /docs, enforces security headers).
|
||||||
ENVIRONMENT=production
|
ENVIRONMENT=production
|
||||||
|
|
||||||
|
# ── Demo mode ─────────────────────────────────────────────────────────────────
|
||||||
|
# Must be true for auto-seeding, hourly reset, and demo UI to work.
|
||||||
|
DEMO_MODE=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue