# Copy of .env.example with REAL credentials — NEVER commit this file. # .gitignore line 1 excludes it; git check-ignore -v .env confirms. FUEL_API_CLIENT_ID= FUEL_API_CLIENT_SECRET= FUEL_API_BASE=https://www.fuel-finder.service.gov.uk FUEL_API_TOKEN_URL=https://www.fuel-finder.service.gov.uk/api/v1/oauth/generate_access_token FUEL_API_PFS_URL=https://www.fuel-finder.service.gov.uk/api/v1/pfs FUEL_API_PRICES_URL=https://www.fuel-finder.service.gov.uk/api/v1/pfs/fuel-prices FUEL_CACHE_TTL=300 FUEL_API_BATCH_SLEEP=4.0 FUEL_RELAY_PORT=8789