FuelBoard Relay: keyless OAuth proxy for UK Fuel Finder API (FastAPI, token + snapshot cache, demo mode)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user