Guest User

Untitled

a guest
Jan 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. staging:
  2. hosts: [[mongo1.stag.roqua.nl, 27017], [mongo2.stag.roqua.nl, 27017], [mongo3.stag.roqua.nl, 27017]]
  3. username: USERNAME
  4. password: PASSWORD
  5. database: roqua_staging_KLANTNAAM
  6. read_secondary: true
  7. max_retries_on_connection_failure: 3
  8. persist_in_safe_mode: true
  9.  
  10. production:
  11. hosts: [[mongo1.prod.roqua.nl, 27017], [mongo2.prod.roqua.nl, 27017], [mongo3.prod.roqua.nl, 27017]]
  12. username: USERNAME
  13. password: PASSWORD
  14. database: roqua_production_KLANTNAAM
  15. read_secondary: true
  16. max_retries_on_connection_failure: 3
  17. persist_in_safe_mode: true
Add Comment
Please, Sign In to add comment