diff --git a/config/services.php b/config/services.php index 6a90eb8..9410720 100644 --- a/config/services.php +++ b/config/services.php @@ -35,4 +35,10 @@ return [ ], ], + 'fuel_finder' => [ + 'base_url' => env('FUEL_FINDER_BASE_URL', 'https://www.fuel-finder.service.gov.uk/api/v1'), + 'client_id' => env('FUEL_FINDER_CLIENT_ID'), + 'client_secret' => env('FUEL_FINDER_CLIENT_SECRET'), + ], + ];