dbmanager/config/packages/framework.yaml

16 lines
384 B
YAML
Raw Normal View History

2021-09-19 10:12:42 +02:00
# see https://symfony.com/doc/current/reference/configuration/framework.html
framework:
secret: '%env(APP_SECRET)%'
2024-12-16 23:47:22 +01:00
# Note that the session will be started ONLY if you read or write from it.
session: true
2021-09-19 10:12:42 +02:00
#esi: true
#fragments: true
when@test:
framework:
test: true
session:
storage_factory_id: session.storage.factory.mock_file