From 1c22a004516a1832d41fe5aeadd0f71522b77164 Mon Sep 17 00:00:00 2001 From: pkly Date: Sun, 14 Jul 2024 20:51:32 +0200 Subject: [PATCH] Allow proxies to be set in the application app-build --- config/services.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/services.yaml b/config/services.yaml index dc3f0f5..e03b5d4 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -5,6 +5,7 @@ # https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration parameters: env(EMPTY): '' + EMPTY: '' services: # default configuration for services in *this* file