.env.example 380 B

12345678910111213
  1. # Database
  2. DATABASE_URL=postgresql://postgres:postgres@localhost:5432/json_render_dashboard_example
  3. # AI (optional - for UI generation)
  4. AI_GATEWAY_API_KEY=
  5. AI_GATEWAY_MODEL=anthropic/claude-haiku-4.5
  6. # Rate Limiting (Upstash Redis)
  7. # Optional - rate limiting is disabled when these are not set
  8. KV_REST_API_URL=
  9. KV_REST_API_TOKEN=
  10. RATE_LIMIT_PER_MINUTE=10
  11. RATE_LIMIT_PER_DAY=100