FuelBoard Relay: keyless OAuth proxy for UK Fuel Finder API (FastAPI, token + snapshot cache, demo mode)

This commit is contained in:
FuelBoard Contributor
2026-08-11 14:28:24 +01:00
commit 6a8f3db2d4
6 changed files with 338 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Copy to .env and fill in — NEVER commit .env
FUEL_API_CLIENT_ID=
FUEL_API_CLIENT_SECRET=
FUEL_API_TOKEN_URL=https://api.fuelfinder.service.gov.uk/v1/token
FUEL_API_PRICES_URL=https://api.fuelfinder.service.gov.uk/v1/prices
FUEL_CACHE_TTL=300
FUEL_RELAY_PORT=8788