8 lines
267 B
Bash
8 lines
267 B
Bash
# 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
|