DATABASE_URL="postgresql://neondb_owner:npg_DZFA1GM4irCk@ep-winter-dream-az96avv2.c-3.ap-southeast-1.aws.neon.tech/neondb?sslmode=require"
JWT_SECRET="7f9d8a2c4e1b6f9a8d3c7e2f5a1b9d6c4e8f2a7b5c1d9e3"
JWT_EXPIRES_IN="7d"
PORT=5000

# Live score integration — see README "Live Score Integration" section
# mock = generates realistic fake stats for testing the full pipeline (default)
# http = calls a real provider via src/services/providers/httpProvider.ts
SPORTS_DATA_PROVIDER="mock"
SPORTS_API_KEY=""
SPORTS_API_BASE_URL=""
