DEMO_MODE=true enables: auto-seeded admin + demo user, 3 example trips (Tokyo, Barcelona, Wien), hourly reset of demo user data, one-click demo login, visible banner with feature info. Zero behavior change when DEMO_MODE is not set.
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
# Demo admin credentials (use strong password in production!)
|
|
DEMO_ADMIN_PASS=admin12345
|
|
|
|
# JWT secret (change this!)
|
|
JWT_SECRET=demo-secret-change-me-in-production
|