diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 877eb25..5491098 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -1,5 +1,7 @@ # see https://symfony.com/doc/current/reference/configuration/framework.html +# config/packages/framework.yaml framework: + trusted_proxies: '%env(TRUSTED_PROXIES)%' secret: '%env(APP_SECRET)%' #csrf_protection: true