framework.yaml 384 B

123456789101112131415
  1. # see https://symfony.com/doc/current/reference/configuration/framework.html
  2. framework:
  3. secret: '%env(APP_SECRET)%'
  4. # Note that the session will be started ONLY if you read or write from it.
  5. session: true
  6. #esi: true
  7. #fragments: true
  8. when@test:
  9. framework:
  10. test: true
  11. session:
  12. storage_factory_id: session.storage.factory.mock_file