CoolFace
Apppublic

Zora12345/Slugger

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
.env.example15 linesDownload Raw Back to root
1# Reviewer-friendly local mode. Set to `live` only when you have private API access.2DATA_SOURCE=sample3SAMPLE_DATA_DIR=data/sample4 5# Private live API credentials for full production data.6POINTSTREAK_API_KEY=7ALPB_API_KEY=8POINTSTREAK_BASE_URL=https://api.pointstreak.com/baseball9ALPB_BASE_URL=https://1ywv9dczq5.execute-api.us-east-2.amazonaws.com/ALPBAPI10DEFAULT_SEASON_ID=3410211ISCORE_BASE_URL=https://api.microservices.iscoresports.com12ISCORE_LEAGUE_GUID=your_alpb_league_guid13ISCORE_SEASON_GUID=your_current_season_guid14DASH_DEBUG=false15