Guest User

Untitled

a guest
Sep 4th, 2018
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # Doctrine Configuration
  2. doctrine:
  3. dbal:
  4. host: %database_host%
  5. port: %database_port%
  6. dbname: %database_name%
  7. user: %database_user%
  8. password: %database_password%
  9. charset: UTF8
  10. connections:
  11. default:
  12. mapping_types:
  13. enum: string
  14. driver: %database_driver%
Add Comment
Please, Sign In to add comment