Guest User

Untitled

a guest
Jul 28th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. default: &default
  2. adapter: postgresql
  3. encoding: unicode
  4. pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  5. timeout: 5000
  6. host: localhost
  7. username: rails
  8. password: rails
  9.  
  10. development:
  11. <<: *default
  12. database: bowling_development
  13.  
  14. test:
  15. <<: *default
  16. database: bowling_test
Add Comment
Please, Sign In to add comment