From 2bf8c8e8c1ade690b730607556850797e5013c65 Mon Sep 17 00:00:00 2001 From: pkly Date: Sun, 14 Jul 2024 20:40:18 +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 707d9be..ca1ff38 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:NO_PROXY_HOSTS:EMPTY)%' + no_proxy: '%env(default:NO_PROXY_HOSTS:string: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.