Guest User

Untitled

a guest
Dec 3rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. default: &default
  2. adapter: postgresql
  3. encoding: unicode
  4. pool: 5
  5.  
  6. development:
  7. <<: *default
  8. database: app_name_development
  9. username: postgres
  10. password:
  11.  
  12. test:
  13. <<: *default
  14. database: app_name_test
  15. username: postgres
  16. password:
  17.  
  18. production:
  19. <<: *default
  20. database: app_name_production
  21. username: postgres
  22. password:
Add Comment
Please, Sign In to add comment