Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # SQLite version 3.x
  2. # gem install sqlite3
  3. development:
  4. adapter: postgresql
  5. encoding: unicode
  6. database: telephone_development
  7. pool: 5
  8. username: postgres
  9. password:
  10.  
  11. # Warning: The database defined as "test" will be erased and
  12. # re-generated from your development database when you run "rake".
  13. # Do not set this db to the same as development or production.
  14. test:
  15. adapter: postgresql
  16. encoding: unicode
  17. database: telephone_development
  18. pool: 5
  19. username: postgres
  20. password:
  21.  
  22. production:
  23. adapter: postgresql
  24. encoding: unicode
  25. database: telephone_development
  26. pool: 5
  27. username: postgres
  28. password:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement