Skip to content

Commit

Permalink
Fix bad env lookup app-build
Browse files Browse the repository at this point in the history
  • Loading branch information
pkly committed Jul 14, 2024
1 parent 1f7407b commit c8092e8
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 @@ -6,7 +6,7 @@ framework:

http_client:
default_options:
proxy: '%env(default::PROXY_HTTP_URL)%'
proxy: '%env(string:default::PROXY_HTTP_URL)%'
no_proxy: '%env(string:default:EMPTY:NO_PROXY_HOSTS)%'

# Enables session support. Note that the session will ONLY be started if you read or write from it.
Expand Down

0 comments on commit c8092e8

Please sign in to comment.