Guest User

Untitled

a guest
Jun 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # SQLite version 3.x
  2. # gem install sqlite3-ruby (not necessary on OS X Leopard)
  3. development:
  4. adapter: mysql
  5. encoding: utf8
  6. database: benjamin_development
  7. username: root
  8. password: sugamama
  9. host: localhost
  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: mysql
  16. database: benjamin_test
  17. encoding: utf8
  18. username: root
  19. password: sugamama
  20. host: localhost
  21.  
  22. production:
  23. adapter: sqlite3
  24. database: db/production.sqlite3
  25. pool: 5
  26. timeout: 5000
Add Comment
Please, Sign In to add comment