-
Notifications
You must be signed in to change notification settings - Fork 281
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 957 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (18 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copy to .env and fill in. Do NOT commit .env to the repo.
# 同花顺金融数据服务(hithink finance)统一 API Key
API_KEY=replace-me
BASE_URL=https://fuyao.aicubes.cn
# 托管 MCP endpoints(客户端密钥请使用 Secret/环境变量能力)
MCP_BASE_URL=https://fuyao.aicubes.cn/mcp/a-share
MCP_META_BASE_URL=https://fuyao.aicubes.cn/mcp/meta
# Local storage
MARKETDB_DB_PATH=./data/market.duckdb
MARKETDB_DATA_ROOT=./refer-to/data
# Daily-update guardrails (legacy REST update-daily path)
MARKETDB_MAX_LAG_TRADING_DAYS=7
# Dump auto-sync channel (marketdb auto-sync / bootstrap.py). Defaults are fine
# for most users — uncomment only when overriding.
# MARKETDB_API_BASE_URL=https://fuyao.aicubes.cn
# MARKETDB_DUMP_CACHE_DIR=./data/.cache/dumps
# MARKETDB_DUMP_KEEP_CACHE=0 # set to 1 to keep downloaded parquet after apply (debug only)
# MARKETDB_DUMP_DOWNLOAD_RETRIES=1 # extra attempts on transient failure (re-signs URL)