Guest User

Untitled

a guest
Apr 17th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 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: clixar.directory_development
  6. username: postgres
  7. password:
  8. host: localhost
  9. port: 5432
  10. timeout: 5000
  11.  
  12. # Warning: The database defined as 'test' will be erased and
  13. # re-generated from your development database when you run 'rake'.
  14. # Do not set this db to the same as development or production.
  15. test:
  16. adapter: sqlite3
  17. database: db/test.sqlite3
  18. timeout: 5000
  19.  
  20. production:
  21. adapter: postgresql
  22. database: clixar_directory
  23. username: clixar
  24. password:
  25. host: localhost
  26. port: 54321
  27. timeout: 5000
Add Comment
Please, Sign In to add comment