Advertisement
Guest User

Untitled

a guest
Nov 4th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. development:
  2. adapter: postgresql
  3. encoding: utf-8
  4. pool: 5
  5. username: "hytxlzju"
  6. password: "xxxxx"
  7. host: "jumbo.db.elephantsql.com"
  8. port: "5432"
  9. database: "hytxlzju"
  10.  
  11. production:
  12. adapter: postgresql
  13. encoding: utf-8
  14. pool: 5
  15. username: "hytxlzju"
  16. password: "xxxxxx"
  17. host: "jumbo.db.elephantsql.com"
  18. port: "5432"
  19. database: "hytxlzju"
  20.  
  21. pool: <%= ENV['RAILS_MAX_THREADS'] || 5 %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement