Guest User

Untitled

a guest
Oct 11th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. defaults: &defaults
  2. autocreate_indexes: true
  3. max_retries_on_connection_failure: 3
  4.  
  5. allow_dynamic_fields: false
  6.  
  7. development:
  8. host: localhost
  9. database: taq_development
  10.  
  11. test:
  12. host: localhost
  13. database: taq_testing
  14. enable_logging: false
  15.  
  16. production:
  17. hosts:
  18. - - hurley.member0.mongohq.com
  19. - <port_number>
  20. - - hurley.member1.mongohq.com
  21. - <port_number>
  22. read_secondary: true
  23. username:
  24. password:
  25. database:
  26. enable_logging: false
Add Comment
Please, Sign In to add comment