# Environment Variables # Copy this file to .env.local and fill in your values. # ─── OpenSky Network API ────────────────────────────────────────────────────── # # OPTION 1 (Recommended): OAuth2 Client Credentials # For accounts created since mid-March 2025. # Go to https://opensky-network.org → Account → Create API Client OPENSKY_CLIENT_ID= OPENSKY_CLIENT_SECRET= # OPTION 2: Basic Auth (Legacy accounts only) # Deprecated — will be removed. Only works for accounts created before March 2025. # OPENSKY_USERNAME= # OPENSKY_PASSWORD=