Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. doctrine:
  2. dbal:
  3. default_connection: default
  4. connections:
  5. default:
  6. dbname: Symfony2
  7. user: root
  8. password: root
  9. host: localhost
  10. orm:
  11. auto_generate_proxy_classes: %kernel.debug%
  12. mappings:
  13. contactBundle: ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement