Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. app.config:
  2. charset: UTF-8
  3. error_handler: null
  4. csrf_secret: xxxxxxxxxx
  5. router: { resource: "%kernel.root_dir%/config/routing.yml" }
  6. validation: { enabled: true, annotations: true }
  7. templating: {} #assets_version: SomeVersionScheme
  8. session:
  9. default_locale: en
  10. lifetime: 3600
  11. auto_start: true
  12.  
  13. # Twig Configuration
  14. twig.config:
  15. debug: %kernel.debug%
  16. strict_variables: %kernel.debug%
  17.  
  18. ## Doctrine Configuration
  19. doctrine.dbal:
  20. dbname: villa_steve_dev
  21. user: root
  22. password: ~
  23. host: 127.0.0.1
  24. doctrine.orm: ~
  25.  
  26. app.config:
  27. translator: { fallback: en }
  28. ## Swiftmailer Configuration
  29. #swiftmailer.config:
  30. # transport: smtp
  31. # encryption: ssl
  32. # auth_mode: login
  33. # host: smtp.gmail.com
  34. # username: xxxxxxxx
  35. # password: xxxxxxxx
  36.  
  37. asset_booking.config: ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement