Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

framework.yaml 1001B

1234567891011121314151617181920212223242526272829303132
  1. framework:
  2. secret: '%env(APP_SECRET)%'
  3. #default_locale: en
  4. #csrf_protection: true
  5. #http_method_override: true
  6. # Enables session support. Note that the session will ONLY be started if you read or write from it.
  7. # Remove or comment this section to explicitly disable session support.
  8. session:
  9. handler_id: ~
  10. cookie_secure: auto
  11. cookie_samesite: lax
  12. #esi: true
  13. #fragments: true
  14. php_errors:
  15. log: true
  16. cache:
  17. # Put the unique name of your app here: the prefix seed
  18. # is used to compute stable namespaces for cache keys.
  19. #prefix_seed: your_vendor_name/app_name
  20. # The app cache caches to the filesystem by default.
  21. # Other options include:
  22. # Redis
  23. #app: cache.adapter.redis
  24. #default_redis_provider: redis://localhost
  25. # APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
  26. #app: cache.adapter.apcu