.env.example 332 B

1234567891011
  1. # LLM API Configuration
  2. API_KEY=your_stepfun_api_key
  3. MODEL_NAME=step-3.7-flash
  4. BASE_URL=https://api.stepfun.com/step_plan/v1/
  5. SECRET_KEY=replace-with-a-random-secret
  6. CORS_ORIGINS=http://localhost:5173,http://localhost:8000
  7. MADF_ENV=development
  8. LOG_LEVEL=INFO
  9. # Database Configuration (SQLite is the verified default)
  10. DATABASE_URL=