# Nike — Football Data Platform # Copy to .env and fill in your values. Never commit .env. # ── TheSportsDB ────────────────────────────────────────── # Free test key is '3' (limited). Get a premium key at https://www.patreon.com/thesportsdb NIKE_SPORTSDB_KEY=3 # ── Database ────────────────────────────────────────────── NIKE_DB_HOST=localhost NIKE_DB_PORT=5432 NIKE_DB_USER=nike NIKE_DB_PASSWORD= NIKE_DB_NAME=nike # ── Server ──────────────────────────────────────────────── NIKE_HOST=0.0.0.0 NIKE_PORT=8000 NIKE_LOG_LEVEL=WARNING # IPs allowed to set X-Forwarded-* headers (your HAProxy host). # '*' is safe when Nike's port is firewalled to HAProxy only. NIKE_TRUSTED_PROXY=* # ── Followed teams ──────────────────────────────────────── # Comma-separated list of "Team Name:League Name" pairs. NIKE_TEAMS=Toronto FC:MLS, Arsenal:Premier League