# Used by docker-compose (nginx injects it server-side — never exposed to browser) FOOTBALL_API_KEY=your_api_key_here # Only needed for local development (npm run dev) VITE_FOOTBALL_API_KEY=your_api_key_here # Basic auth credentials (production only) AUTH_USER=henry AUTH_PASSWORD=your_password_here