-
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.19 KB
/
.env.example
File metadata and controls
33 lines (25 loc) · 1.19 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
# QuantCore Environment Configuration
# Copy this file to .env and fill in your values
# =============================================================================
# API Keys
# =============================================================================
# Alpha Vantage - Market data API
# Get your free key at: https://www.alphavantage.co/support/#api-key
ALPHA_VANTAGE_API_KEY=your_api_key_here
# OpenAI - Required for Quant Pod multi-agent system
# Get your key at: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_key_here
# =============================================================================
# QuantArena Configuration
# =============================================================================
# Path to DuckDB database for simulation data
ALPHA_ARENA_DB_PATH=~/.quant_pod/knowledge.duckdb
# API server configuration
API_BASE_URL=http://localhost:8000
PORT=8000
# =============================================================================
# E-Trade MCP (Optional - for live trading)
# =============================================================================
# ETRADE_CONSUMER_KEY=your_consumer_key
# ETRADE_CONSUMER_SECRET=your_consumer_secret
# ETRADE_SANDBOX=true