Guest User

Untitled

a guest
Apr 23rd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: idofme_development
  4. host: localhost
  5. username: root
  6. password:
  7.  
  8. # Warning: The database defined as 'test' will be erased and
  9. # re-generated from your development database when you run 'rake'.
  10. # Do not set this db to the same as development or production.
  11. test:
  12. adapter: mysql
  13. database: idofme_test
  14. host: localhost
  15. username: root
  16. password:
  17.  
  18. production:
  19. adapter: mysql
  20. database: idofme_production
  21. host: localhost
  22. username: root
  23. password:
Add Comment
Please, Sign In to add comment