fediplan/config/packages/framework.yaml

16 lines
410 B
YAML
Raw Normal View History

2024-05-07 17:15:33 +02:00
# see https://symfony.com/doc/current/reference/configuration/framework.html
2019-08-08 17:29:59 +02:00
framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true
2024-05-07 17:15:33 +02:00
# Note that the session will be started ONLY if you read or write from it.
session: true
2019-08-08 17:29:59 +02:00
#esi: true
#fragments: true
2024-05-07 17:15:33 +02:00
when@test:
framework:
test: true
session:
storage_factory_id: session.storage.factory.mock_file