Advertisement
Guest User

db

a guest
Apr 10th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. # You can find more information about this file on the symfony website:
  2. # http://www.symfony-project.org/reference/1_4/en/07-Databases
  3.  
  4. dev:
  5. propel:
  6. param:
  7. classname: DebugPDO
  8. debug:
  9. realmemoryusage: true
  10. details:
  11. time: { enabled: true }
  12. slow: { enabled: true, threshold: 0.1 }
  13. mem: { enabled: true }
  14. mempeak: { enabled: true }
  15. memdelta: { enabled: true }
  16.  
  17. test:
  18. propel:
  19. param:
  20. classname: DebugPDO
  21.  
  22. all:
  23. propel:
  24. class: sfPropelDatabase
  25. param:
  26. classname: PropelPDO
  27. dsn: mysql:dbname=bpm_android_service;host=localhost
  28. username: root
  29. password: mysql
  30. encoding: utf8
  31. persistent: true
  32. pooling: true
  33.  
  34. ejisc:
  35. class: sfPropelDatabase
  36. param:
  37. classname: PropelPDO
  38. dsn: mysql:dbname=bpm_ejisc_2017_new;host=localhost
  39. username: root
  40. password: mysql
  41. encoding: utf8
  42. persistent: true
  43. pooling: true
  44.  
  45. apinves:
  46. class: sfPropelDatabase
  47. param:
  48. classname: PropelPDO
  49. dsn: mysql:dbname=bpm_apinves_2017_new;host=localhost
  50. username: root
  51. password: mysql
  52. encoding: utf8
  53. persistent: true
  54. pooling: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement