Skip to content

Commit

Permalink
Allow proxies to be set in the application app-build
Browse files Browse the repository at this point in the history
  • Loading branch information
pkly committed Jul 14, 2024
1 parent 1a12cac commit be1e56b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit be1e56b

Please sign in to comment.