Guest User

Untitled

a guest
Oct 6th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. development:
  2. adapter: postgresql
  3. encoding: utf8
  4. database: [app_name]_development
  5. pool: 5
  6. username:
  7. password:
  8.  
  9. test:
  10. adapter: postgresql
  11. encoding: utf8
  12. database: [app_name]_test
  13. pool: 5
  14. username:
  15. password:
  16.  
  17. production:
  18. adapter: postgresql
  19. encoding: utf8
  20. database: [app_name]_production
  21. pool: 5
  22. username:
  23. password:
Add Comment
Please, Sign In to add comment