Guest User

Untitled

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