framework.yaml 423 B

1234567891011121314151617
  1. framework:
  2. form: true
  3. secret: '%env(APP_SECRET)%'
  4. csrf_protection: true
  5. #esi: ~
  6. #fragments: ~
  7. php_errors:
  8. log: true
  9. templating:
  10. engines: ['twig']
  11. session:
  12. # handler_id set to null will use default session handler from php.ini
  13. handler_id: session.handler.native_file
  14. name: chamilo2
  15. fragments: ~
  16. http_method_override: true
  17. annotations: true