Files
2026-05-27 19:36:32 +03:00

31 lines
622 B
YAML

framework:
http_method_override: false
handle_all_throwables: true
secret: '%env(APP_SECRET)%'
session:
handler_id: null
cookie_secure: auto
cookie_samesite: lax
storage_factory_id: session.storage.factory.native
php_errors:
log: true
http_client:
default_options:
max_duration: 30
#esi: false
#fragments: false
when@dev:
framework:
php_errors:
throw: true
when@test:
framework:
test: true
session:
storage_factory_id: session.storage.factory.mock_file