Guest User

Untitled

a guest
Apr 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. # SQLite version 3.x
  2. # gem install sqlite3-ruby (not necessary on OS X Leopard)
  3.  
  4. development:
  5. adapter: mysql
  6. database: funaliz_funalizeDevel
  7. user: funaliz_root
  8. password: ***
  9. host: 236fun.basil.hostingrails.com
  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: funaliz_funalizeTest
  18. user: funaliz_root
  19. password: ***
  20. host: 236fun.basil.hostingrails.com
  21. timeout: 5000
  22.  
  23. production:
  24. adapter: mysql
  25. database: funaliz_funalizeProd
  26. user: funaliz_root
  27. password: ***
  28. host: 236fun.basil.hostingrails.com
  29. timeout: 5000
Add Comment
Please, Sign In to add comment