Guest User

Untitled

a guest
Jun 3rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # SQLite version 3.x
  2. # gem install sqlite3-ruby (not necessary on OS X Leopard)
  3. development:
  4. adapter: postgresql
  5. database: rails_dev
  6. username: postgres
  7. password: "PWDforpostgres"
  8.  
  9. # Warning: The database defined as "test" will be erased and
  10. # re-generated from your development database when you run "rake".
  11. # Do not set this db to the same as development or production.
  12. test:
  13. adapter: postgresql
  14. database: rails_test
  15. username: postgres
  16. password: "PWDforpostgres"
  17.  
  18. production:
  19. adapter: postgresql
  20. database: rails_pro
  21. username: postgres
  22. password: "PWDforpostgres"
Add Comment
Please, Sign In to add comment