Fix config

This commit is contained in:
Jérémy Guillot
2024-06-03 18:09:16 +02:00
parent bddcdd6823
commit 41a1a8c44c
5 changed files with 2 additions and 195 deletions

View File

@@ -26,10 +26,6 @@ services:
App\EventListener\ExceptionListener:
tags:
- { name: kernel.event_listener, event: kernel.exception, method: onKernelException }
App\Service\DataLakeClient:
arguments:
$baseUrl: '%env(DATA_LAKE_BASE_URL)%'
GuzzleHttp\Client:
class: GuzzleHttp\Client