Streamlit + VectorBT dashboard, Parquet harvester with nightly cron, Authentik header auth, SQLite strategy persistence, and Bugsink telemetry. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
327 B
Text
11 lines
327 B
Text
# Bugsink (Sentry-compatible DSN from bugsink.aexoradao.com project settings)
|
|
BUGSINK_DSN=
|
|
|
|
# Local dev only — simulates Authentik proxy header when not behind auth
|
|
DEV_USER=dev@local
|
|
|
|
# Core tickers (comma-separated)
|
|
CORE_TICKERS=SPY,QQQ,AAPL,MSFT,GOOGL,AMZN,NVDA,META,IWM,TLT
|
|
|
|
# Historical seed window (years)
|
|
SEED_YEARS=5
|