Blame | Last modification | View Log | Download
# see https://symfony.com/doc/current/reference/configuration/framework.htmlparameters:env(TRUSTED_PROXIES): ''framework:secret: '%env(APP_SECRET)%'csrf_protection: trueannotations: falsehandle_all_throwables: trueserializer:enable_attributes: truetrusted_proxies: '%env(string:TRUSTED_PROXIES)%'exceptions:App\Validator\ValidationFailedException:log_level: debugdefault_locale: enhttp_method_override: false# 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:handler_id: App\Security\SessionHandlercookie_secure: autocookie_samesite: laxcookie_httponly: truestorage_factory_id: session.storage.factory.nativephp_errors:log: truemailer:dsn: '%env(MAILER_URL)%'validation:email_validation_mode: html5enable_attributes: truewhen@dev:framework:mailer:dsn: 'null://null'when@test:framework:test: truesession:storage_factory_id: session.storage.factory.mock_filemailer:dsn: 'null://null'