Files
TijdVoorDeTest/config/packages/framework.yaml
Marijn Doeve f7b4b98da4
Some checks failed
CI / Tests (push) Failing after 10m32s
CI / Docker Lint (push) Successful in 9s
Refactor YAML and Twig files for consistent indentation and formatting
2025-03-05 22:47:59 +01:00

16 lines
362 B
YAML

# see https://symfony.com/doc/current/reference/configuration/framework.html
framework:
secret: '%env(APP_SECRET)%'
# Note that the session will be started ONLY if you read or write from it.
session: true
#esi: true
#fragments: true
when@test:
framework:
test: true
session:
storage_factory_id: session.storage.factory.mock_file