- # Funnel data source toggle.
- # true -> serve realistic in-memory data (no DB needed). DEFAULT for now.
- # false -> read the real group-buy funnel tables from Postgres
- # (ads_trd_group_funnel_daily + ads_trd_group_funnel_rolling).
- USE_FAKE_DATA=true
- # Async SQLAlchemy URL (only used when USE_FAKE_DATA=false).
- DATABASE_URL=postgresql+asyncpg://hsdata:hsdata@localhost:5432/hsdata
|