-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 1002 Bytes
/
.env.example
File metadata and controls
31 lines (25 loc) · 1002 Bytes
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
# stock-data-skill Environment Variables
#
# OpenClaw will automatically load this file from ~/.openclaw/.env
# Copy and edit:
# cp .env.example ~/.openclaw/.env
#
# Precedence (never overrides existing values):
# 1. Process environment (shell exports)
# 2. Local .env (current working directory)
# 3. Global ~/.openclaw/.env
# 4. Config env block (~/.openclaw/openclaw.json)
# Tushare Pro API Token (enables Priority 0 A-share data source)
# Get token at: https://tushare.pro/
# TUSHARE_TOKEN=your_token_here
# Alpha Vantage API Key (enables US stock fundamental data)
# Get key at: https://www.alphavantage.co/support/#api-key
# ALPHA_VANTAGE_API_KEY=your_key_here
# OKX API Proxy (optional, for crypto data)
# OKX_BASE_URL=https://www.okx.com
# Binance API Proxy (optional, for crypto AI reports)
# BINANCE_BASE_URL=https://www.binance.com
# NewsNow channels (optional)
# NEWSNOW_CHANNELS=wallstreetcn-quick,cls-telegraph,jin10
# Log level (optional, default: INFO)
# LOG_LEVEL=INFO