From be1e56bb568140c4b2c110c9eab6b9d4af1a5b83 Mon Sep 17 00:00:00 2001 From: pkly Date: Sun, 14 Jul 2024 20:30:12 +0200 Subject: [PATCH] Allow proxies to be set in the application app-build --- config/packages/framework.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index ae2e99f..c736f72 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -4,6 +4,10 @@ framework: # csrf_protection: false http_method_override: false + http_client: + proxy: '%env(default::PROXY_HTTP_URL)' + no_proxy: '%env(default::NO_PROXY_HOSTS)%' + # 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. session: