-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
57 lines (48 loc) · 1.61 KB
/
.env.example
File metadata and controls
57 lines (48 loc) · 1.61 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# ==============================================================================
# Environment Configuration - Trading System
# ==============================================================================
# Copy this file to .env and fill in your values.
# NEVER commit .env to source control.
# ==============================================================================
# Application
APP_NAME=trading-system
APP_ENV=development
# Options: development, staging, production
# ===================
# Azure Configuration
# ===================
AZURE_SUBSCRIPTION_ID=your-subscription-id
AZURE_RESOURCE_GROUP=trading-system-rg
# Cosmos DB
COSMOS_DB_ENDPOINT=https://your-cosmos.documents.azure.com:443/
COSMOS_DB_KEY=your-cosmos-primary-key
COSMOS_DB_DATABASE=TradingSystem
# Key Vault (for production - local dev uses .env)
KEY_VAULT_URI=https://your-keyvault.vault.azure.net/
# Application Insights
APPLICATIONINSIGHTS_CONNECTION_STRING=your-appinsights-connection-string
# ===================
# Interactive Brokers
# ===================
IBKR_HOST=127.0.0.1
IBKR_PORT=7497
IBKR_CLIENT_ID=1
# Port Reference:
# 7497 = TWS Paper Trading
# 7496 = TWS Live Trading
# 4002 = IB Gateway Paper
# 4001 = IB Gateway Live
# ===================
# Claude AI (Phase 2)
# ===================
CLAUDE_API_KEY=your-claude-api-key
# CLAUDE_MODEL=claude-sonnet-4-5-20250929
# ===================
# Polygon.io (Phase 1, Week 5)
# ===================
POLYGON_API_KEY=your-polygon-api-key
# ===================
# Discord Notifications
# ===================
DISCORD_WEBHOOK_URL=your-discord-webhook-url
# DISCORD_ALERTS_WEBHOOK_URL=your-alerts-webhook-url