2024-11-01 20:13:12 -04:00
|
|
|
# see https://symfony.com/doc/current/reference/configuration/framework.html
|
|
|
|
framework:
|
2024-12-17 11:49:22 -05:00
|
|
|
secret: "%env(APP_SECRET)%"
|
|
|
|
csrf_protection: true
|
2024-11-01 20:13:12 -04:00
|
|
|
|
2024-12-17 11:49:22 -05:00
|
|
|
# Note that the session will be started ONLY if you read or write from it.
|
|
|
|
session: true
|
2024-11-01 20:13:12 -04:00
|
|
|
|
2024-12-17 11:49:22 -05:00
|
|
|
#esi: true
|
|
|
|
#fragments: true
|
2024-11-01 20:13:12 -04:00
|
|
|
|
|
|
|
when@test:
|
2024-12-17 11:49:22 -05:00
|
|
|
framework:
|
|
|
|
test: true
|
|
|
|
session:
|
|
|
|
storage_factory_id: session.storage.factory.mock_file
|