From 79eac1f34252d70a1c06269631836ce18d3eabab Mon Sep 17 00:00:00 2001 From: pkly Date: Sun, 14 Jul 2024 20:43:23 +0200 Subject: [PATCH] Allow proxies to be set in the application app-build --- config/packages/framework.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 20eede3..a3ea431 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -7,7 +7,7 @@ framework: http_client: default_options: proxy: '%env(default::PROXY_HTTP_URL)' - no_proxy: '%env(default:string:NO_PROXY_HOSTS:string:EMPTY)%' + no_proxy: '%env(string:default:NO_PROXY_HOSTS:EMPTY)%' # Enables session support. Note that the session will ONLY be started if you read or write from it. # Remove or comment this section to explicitly disable session support.