Guest User

Untitled

a guest
Feb 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. development: &defaults
  2. repositories:
  3. couch: couchdb://localhost:5984/muddle_development
  4. mysql:
  5. adapter: mysql
  6. database: muddle_development
  7. host: localhost
  8. username: root
  9.  
  10. test:
  11. repositories:
  12. couch: couchdb://localhost:5984/muddle_test
  13. mysql:
  14. adapter: mysql
  15. database: muddle_test
  16. host: localhost
  17. username: root
  18.  
  19. production:
  20. repositories:
  21. couch: couchdb://localhost:5984/muddle
  22. mysql:
  23. adapter: mysql
  24. database: muddle
  25. host: localhost
  26. username: root
  27.  
  28. rake:
  29. <<: *defaults
Add Comment
Please, Sign In to add comment