Sacboyz NFL Environment Readiness
Secret-safe Live V1 environment review. This report lists variable names only; it does not read or display local secret values.
.env.example PresentTrue
Ready For Env ReviewTrue
Current Env Values CapturedFalse
Secret Values CapturedFalse
Provider Calls EnabledFalse
Live EnablementFalse
Required Live Environment Variables
| Source | Variables |
|---|---|
| odds | ODDS_API_KEY |
Runtime Mode Empty-Env Check
| Mode | Valid With Empty Env | Provider Calls With Empty Env | Notes |
|---|---|---|---|
| fixture | True | False | provider API calls disabled by runtime mode |
| live_no_call | True | False | provider API calls disabled by runtime mode |
| sample | True | False | provider API calls disabled by runtime mode |
| live | False | False | Odds API quota must be explicitly marked available before live provider calls, NFL_LIVE_PROVIDERS_APPROVED must be true before live provider calls, NFL_ALLOW_PROVIDER_CALLS must be true before live provider calls, NFL_ALLOW_LIVE_PUBLISH must be true before live picks can publish |
Next Action
Confirm live provider approvals, quota, and season gates before setting real credentials outside git.