-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (25 loc) · 1.12 KB
/
Copy path.env.example
File metadata and controls
33 lines (25 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ========================================
# DCF Valuation System - 环境变量配置模板
# 复制此文件为 .env 并填入你的真实凭证
# cp .env.example .env
# ========================================
# ── Tushare 数据源(必须)──
# 注册地址:https://tushare.pro/register
TUSHARE_TOKEN=your_tushare_token_here
# ── 自定义数据库路径(可选)──
# 默认使用项目根目录下的 finance_sqlite.db
# FINANCE_DB_PATH=./finance_sqlite.db
# ── HTTP 代理(可选,如需要)──
# HTTP_PROXY=http://your-proxy:port
# HTTPS_PROXY=http://your-proxy:port
# ── LLM 提供商 API Key(可选,用于 AI 分析功能)──
# 阿里云 DashScope: https://dashscope.console.aliyun.com/
DASHSCOPE_API_KEY=your_dashscope_api_key_here
# 智谱 AI: https://open.bigmodel.cn/
# ZHIPU_API_KEY=your_zhipu_api_key_here
# OpenAI: https://platform.openai.com/
# OPENAI_API_KEY=your_openai_api_key_here
# SCNET MiniMax: https://api.scnet.cn/
# SCNET_API_KEY=your_scnet_api_key_here
# Ollama 本地(无需 API Key,默认 http://localhost:11434)
# OLLAMA_BASE_URL=http://localhost:11434