Guest User

Untitled

a guest
Jul 21st, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. ### Before ###
  2. ## Doctrine Configuration
  3. doctrine.dbal:
  4. dbname: xxxxxxxx
  5. user: xxxxxxxx
  6. password: ~
  7. logging: %kernel.debug%
  8. doctrine.orm:
  9. auto_generate_proxy_classes: %kernel.debug%
  10. mappings:
  11. HelloBundle: ~
  12. hello_config: ~
  13.  
  14. ### After ###
  15. ## Doctrine Configuration
  16. doctrine:
  17. dbal:
  18. dbname: xxxxxxxx
  19. user: xxxxxxxx
  20. password: ~
  21. logging: %kernel.debug%
  22. orm:
  23. auto_generate_proxy_classes: %kernel.debug%
  24. mappings:
  25. HelloBundle: ~
  26. # hello configLoad() will be called if defined
Add Comment
Please, Sign In to add comment