Guest User

Untitled

a guest
Jun 14th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. all:
  2. propel:
  3. class: sfPropelDatabase
  4. param:
  5. classname: propelPDO
  6. dsn: mysql:dbname=metamap;host=localhost
  7. username: root
  8. password: sudosu
  9. encoding: utf8
  10. persistent: true
  11. pooling: true
  12.  
  13.  
  14. basesessions:
  15. class: sfPDODatabase
  16. param:
  17. classname: PropelPDO
  18. dsn: mysql:dbname=metasess;host=localhost
  19. username: root
  20. password: sudosu
  21. encoding: utf8
  22. persistent: true
  23. pooling: true
Add Comment
Please, Sign In to add comment