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.55 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: mertd_development
  6. user: root
  7. password:
  8. timeout: 5000
  9.  
  10. # Warning: The database defined as "test" will be erased and
  11. # re-generated from your development database when you run "rake".
  12. # Do not set this db to the same as development or production.
  13. test:
  14. adapter: mysql
  15. database: mertd_test
  16. user: root
  17. password:
  18. timeout: 5000
  19.  
  20. production:
  21. adapter: mysql
  22. database: mertd_production
  23. user: root
  24. password:
  25. timeout: 5000
Add Comment
Please, Sign In to add comment