Guest User

Untitled

a guest
Feb 18th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. production:
  2. adapter: postgresql
  3. host: localhost
  4. username: edimdoma
  5. password: 1
  6. database: edimdoma_production
  7. pool: 2
  8.  
  9. development:
  10. adapter: postgresql
  11. host: localhost
  12. username: edimdoma
  13. password: 1
  14. database: edimdoma_production
  15. pool: 2
  16.  
  17. test:
  18. adapter: postgresql
  19. host: localhost
  20. username: edimdoma
  21. password: 1
  22. database: edimdoma_test
  23. pool: 2
  24.  
  25. edtv_production:
  26. adapter: mysql
  27. encoding: cp1251
  28. database: edtv_production
  29. username: root
  30. password: 1
  31. host: 127.0.0.1
  32.  
  33. edtv_development:
  34. adapter: mysql
  35. encoding: cp1251
  36. database: edtv_development
  37. username: root
  38. password: 1
  39. host: 127.0.0.1
  40.  
  41. edtv_test:
  42. adapter: mysql
  43. encoding: cp1251
  44. database: edtv_test
  45. username: root
  46. password: 1
  47. host: 127.0.0.1
Add Comment
Please, Sign In to add comment