Guest User

Untitled

a guest
Mar 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1.  
  2. development:
  3. adapter: postgresql
  4. database: sportsdraught_development
  5. username: sportsdraught
  6. password: sportsdraught
  7. host: localhost
  8. encoding: UTF8
  9.  
  10. test:
  11. adapter: postgresql
  12. database: sportsdraught_test
  13. username: sportsdraught
  14. password: sportsdraught
  15. host: localhost
  16. encoding: UTF8
  17.  
  18. production:
  19. adapter: postgresql
  20. database: sportsdraught_production
  21. username: sportsdraught
  22. password: sportsdraught
  23. host: localhost
  24. encoding: UTF8
Add Comment
Please, Sign In to add comment