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.

framework.yaml 944B

123456789101112131415161718192021222324252627282930
  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. #esi: true
  11. #fragments: true
  12. php_errors:
  13. log: true
  14. cache:
  15. # Put the unique name of your app here: the prefix seed
  16. # is used to compute stable namespaces for cache keys.
  17. #prefix_seed: your_vendor_name/app_name
  18. # The app cache caches to the filesystem by default.
  19. # Other options include:
  20. # Redis
  21. #app: cache.adapter.redis
  22. #default_redis_provider: redis://localhost
  23. # APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
  24. #app: cache.adapter.apcu