You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
411 B

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