.env.example 390 B

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