-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
24 lines (22 loc) · 805 Bytes
/
.env.example
File metadata and controls
24 lines (22 loc) · 805 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
# Copy this file to .env for Docker Compose runtime.
# Never put real secrets in git-tracked files.
FMP_API_KEY=your_fmp_api_key
FINNHUB_API_KEY=your_finnhub_api_key
ALPACA_API_KEY=your_alpaca_api_key
ALPACA_SECRET_KEY=your_alpaca_secret_key
ALPACA_FEED=iex
ALPACA_ADJUSTMENT=raw
FINNHUB_WS_ENABLED=true
KITE_API_KEY=your_kite_api_key
KITE_API_SECRET=your_kite_api_secret
KITE_ACCESS_TOKEN=optional_daily_access_token
REDIS_URL=
OPENTERMINALUI_PREFETCH_ENABLED=0
OPENTERMINALUI_SQLITE_URL=sqlite:////data/openterminalui.db
# Comma-separated list. Example:
# OPENTERMINALUI_CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
OPENTERMINALUI_CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
CHART_CACHE_TTL=900
OHLCV_HOT_TTL_SECONDS=300
OHLCV_WARM_TTL_SECONDS=86400
OHLCV_COLD_ROOT=data/bars