Guest User

Untitled

a guest
Oct 29th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # SQLite version 3.x
  2. # gem install sqlite3
  3. development:
  4. adapter:mysql
  5. database:sike
  6. username:root
  7. password:shabi
  8. host:localhost
  9. pool:5
  10. timeout:5000
  11.  
  12. # Warning: The database defined as "test" will be erased and
  13. # re-generated from your development database when you run "rake".
  14. # Do not set this db to the same as development or production.
  15. test:
  16. adapter:mysql
  17. database:sike
  18. username:root
  19. password:shabi
  20. host:localhost
  21. pool:5
  22. timeout:5000
  23.  
  24. production:
  25. adapter:mysql
  26. database:sike
  27. username:root
  28. password:shabi
  29. host:localhost
  30. pool:5
  31. timeout:5000
Add Comment
Please, Sign In to add comment