Files
Rental-operations-platform/.env.example
T

11 lines
386 B
Bash

# Production-safe example environment (Phase 14 integration defaults).
# All demo and analytics integrations are blocked by default.
NEXT_PUBLIC_DEMO_ENABLED=false
DEMO_SUBMISSION_MODE=blocked
DEMO_REQUEST_TIMEOUT_MS=4000
DEMO_IDEMPOTENCY_TTL_SECONDS=900
DEMO_TEST_SCENARIOS_ENABLED=false
DEMO_LOCAL_TEST_MODE=false
NEXT_PUBLIC_ANALYTICS_MODE=disabled
SITE_ORIGIN=http://127.0.0.1:3000