config_prod.yml 1.0KB

12345678910111213141516171819202122232425262728293031323334353637
  1. imports:
  2. - { resource: config.yml }
  3. # In production environment you should know that the parameters for URL generation
  4. # always pass the requirements. Otherwise it would break your link (or even site with
  5. # strict_requirements = true). So we can disable the requirements check completely for
  6. # enhanced performance with strict_requirements = null.
  7. framework:
  8. router:
  9. strict_requirements: null
  10. #doctrine:
  11. # orm:
  12. # metadata_cache_driver: apc
  13. # result_cache_driver: apc
  14. # query_cache_driver: apc
  15. monolog:
  16. handlers:
  17. mail:
  18. type: fingers_crossed
  19. action_level: critical
  20. handler: buffered
  21. buffered:
  22. type: buffer
  23. handler: swift
  24. swift:
  25. type: swift_mailer
  26. from_email: error@smuzi.ch
  27. to_email: sevajol.bastien@gmail.com
  28. subject: An Error Occurred on muzi.ch!
  29. level: debug
  30. parameters:
  31. env: prod
  32. siteurl: http://muzi.ch
  33. siteurl_www: http://www.muzi.ch