11 lines
362 B
Bash
11 lines
362 B
Bash
# TradingView session ID for real-time data access
|
|
# Get it from: DevTools > Application > Cookies > tradingview.com > sessionid
|
|
TV_SESSION_ID=
|
|
|
|
# API.CO.ID key for Indonesian holidays lookup
|
|
# Get from: https://api.co.id
|
|
API_CO_ID_KEY=
|
|
|
|
# Path to SQLite database for holiday cache (default: holidays.db in server.py directory)
|
|
HOLIDAYS_DB_PATH=/app/holidays.db
|