Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

18 Zeilen
526B

  1. # see https://symfony.com/doc/current/reference/configuration/framework.html
  2. framework:
  3. secret: '%env(APP_SECRET)%'
  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: null
  10. cookie_secure: auto
  11. cookie_samesite: lax
  12. #esi: true
  13. #fragments: true
  14. php_errors:
  15. log: true