| 12345678910111213141516171819 |
- # Never put real keys in source control. Configure these in the Claude Code/MCP process environment.
- FMODE_LLM_BASE_URL=http://server.fmode.cn:9999
- FMODE_LLM_API_KEY=
- # Optional dedicated secret for restart-safe encrypted plan tokens. Use at least 24 random characters.
- # When omitted, the process derives a separate token key from FMODE_LLM_API_KEY for compatibility.
- FMODE_PLAN_TOKEN_SECRET=
- # Required only for a trusted remote HTTP gateway. Prefer HTTPS whenever available.
- FMODE_ALLOW_INSECURE_HTTP=true
- FMODE_LLM_TIMEOUT_MS=180000
- # Pricing source currency is USD. Convert every plan and budget gate to CNY.
- # 6.8 is the verified `usd_exchange_rate` returned by this gateway on 2026-08-07.
- FMODE_USD_TO_CNY_RATE=6.8
- FMODE_GEMINI_GENERATION_RESERVE_USD=0.10
- FMODE_GEMINI_VISION_RESERVE_USD=0.01
- FMODE_SEEDREAM_IMAGE_PRICE_USD=0.03
- FMODE_IMAGE_SET_DEFAULT_BUDGET_CNY=5.24
|