.env.example 879 B

12345678910111213141516171819
  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. # Optional dedicated secret for restart-safe encrypted plan tokens. Use at least 24 random characters.
  5. # When omitted, the process derives a separate token key from FMODE_LLM_API_KEY for compatibility.
  6. FMODE_PLAN_TOKEN_SECRET=
  7. # Required only for a trusted remote HTTP gateway. Prefer HTTPS whenever available.
  8. FMODE_ALLOW_INSECURE_HTTP=true
  9. FMODE_LLM_TIMEOUT_MS=180000
  10. # Pricing source currency is USD. Convert every plan and budget gate to CNY.
  11. # 6.8 is the verified `usd_exchange_rate` returned by this gateway on 2026-08-07.
  12. FMODE_USD_TO_CNY_RATE=6.8
  13. FMODE_GEMINI_GENERATION_RESERVE_USD=0.10
  14. FMODE_GEMINI_VISION_RESERVE_USD=0.01
  15. FMODE_SEEDREAM_IMAGE_PRICE_USD=0.03
  16. FMODE_IMAGE_SET_DEFAULT_BUDGET_CNY=5.24