Guest User

Untitled

a guest
Mar 11th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 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. database: rolldance_development
  6. username: root
  7. password: myphp
  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: sqlite3
  14. database: db/test.sqlite3
  15. timeout: 5000
  16.  
  17. production:
  18. adapter: sqlite3
  19. database: db/production.sqlite3
  20. timeout: 5000
Add Comment
Please, Sign In to add comment