Guest User

Untitled

a guest
Apr 27th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # SQLite version 3.x
  2. # gem install sqlite3-ruby (not necessary on OS X Leopard)
  3. development:
  4. adapter: sqlite3
  5. database: db/development.sqlite3
  6. timeout: 5000
  7. # Warning: The database defined as 'test' will be erased and
  8. # re-generated from your development database when you run 'rake'.
  9. # Do not set this db to the same as development or production.
  10. test:
  11. adapter: sqlite3
  12. database: db/test.sqlite3
  13. timeout: 5000
  14. production:
  15. adapter: sqlite3
  16. database: db/production.sqlite3
  17. timeout: 5000
Add Comment
Please, Sign In to add comment