Guest User

Untitled

a guest
Mar 4th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 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: uc_development
  6. username: root
  7. password:
  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: mysql
  14. database: uc_test
  15. username: root
  16. password:
Add Comment
Please, Sign In to add comment