Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # Doctrine configuration
  2. doctrine:
  3. dbal:
  4. default_connection: default
  5. connections:
  6. default:
  7. driver: pdo_mysql
  8. host: "%database_host%"
  9. port: "%database_port%"
  10. user: "%database_user%"
  11. password: "%database_password%"
  12. dbname: "%database_name%"
  13. charset: UTF8
  14. orm:
  15. entity_managers:
  16. default:
  17. mappings:
  18. AcmeTestBundle: ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement