.env.example 651 B

123456789101112131415
  1. # Never put real keys in source control. Configure these in the Claude Code/MCP process environment.
  2. FMODE_LLM_BASE_URL=http://server.fmode.cn:9999
  3. FMODE_LLM_API_KEY=
  4. # Required only for a trusted remote HTTP gateway. Prefer HTTPS whenever available.
  5. FMODE_ALLOW_INSECURE_HTTP=true
  6. FMODE_LLM_TIMEOUT_MS=180000
  7. # Pricing source currency is USD. Convert every plan and budget gate to CNY.
  8. # 6.8 is the verified `usd_exchange_rate` returned by this gateway on 2026-08-07.
  9. FMODE_USD_TO_CNY_RATE=6.8
  10. FMODE_GEMINI_GENERATION_RESERVE_USD=0.10
  11. FMODE_GEMINI_VISION_RESERVE_USD=0.01
  12. FMODE_SEEDREAM_IMAGE_PRICE_USD=0.03
  13. FMODE_IMAGE_SET_DEFAULT_BUDGET_CNY=5.24