finance-dashboard/.env.example

17 lines
515 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 把這個檔案複製成 .env或直接到網頁「AI 設定」頁填寫。
# FRED 申請(免費、約 1 分鐘https://fred.stlouisfed.org/docs/api/api_key.html
FRED_API_KEY=your_fred_api_key_here
# AI Provider設定頁會把這些欄位寫回本機 .env
OPENCODE_GO_API_KEY=
OPENCODE_GO_MODEL=
GROK_API_KEY=
GROK_MODEL=
AI_ACTIVE_PROVIDER=grok
# 伺服器埠號(可不改)
PORT=3000
# 後端快取秒數(預設 1 小時。FRED 資料更新慢,不需頻繁抓取
CACHE_TTL_SECONDS=3600