Guest User

Untitled

a guest
Mar 14th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24.  
  25.  
  26.  
  27. # SQLite version 3.x
  28. # gem install sqlite3-ruby (not necessary on OS X Leopard)
  29. development:
  30. adapter: mysql
  31. database: put your database name here
  32. host: localhost
  33. username:
  34. password:
  35.  
  36. # Warning: The database defined as 'test' will be erased and
  37. # re-generated from your development database when you run 'rake'.
  38. # Do not set this db to the same as development or production.
  39. test:
  40. adapter: mysql
  41. database: put your database name here
  42. host: localhost
  43. username:
  44. password:
  45.  
  46. production:
  47. adapter: mysql
  48. database: put your database name here
  49. host: localhost
  50. username:
  51. password:
Add Comment
Please, Sign In to add comment