Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. all:
  3. doctrine:
  4. class: sfDoctrineDatabase
  5. param:
  6. classname: DoctrinePDO
  7. dsn: 'mysql://root:@localhost/fos_memberadmin'
  8. username: root
  9. password: ''
  10. encoding: utf8
  11. attributes:
  12. validate: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement