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 2bf8c8e commit d0eef02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ framework:
http_client:
default_options:
proxy: '%env(default::PROXY_HTTP_URL)'
no_proxy: '%env(default:NO_PROXY_HOSTS:string:EMPTY)%'
no_proxy: '%env(default:string: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.
Expand Down

0 comments on commit d0eef02

Please sign in to comment.