Skip to content

Instantly share code, notes, and snippets.

@marten
Created August 15, 2011 10:17
Show Gist options
  • Save marten/1146004 to your computer and use it in GitHub Desktop.
Save marten/1146004 to your computer and use it in GitHub Desktop.
staging:
hosts: [[mongo1.stag.roqua.nl, 27017], [mongo2.stag.roqua.nl, 27017], [mongo3.stag.roqua.nl, 27017]]
username: USERNAME
password: PASSWORD
database: roqua_staging_KLANTNAAM
read_secondary: true
max_retries_on_connection_failure: 3
persist_in_safe_mode: true
production:
hosts: [[mongo1.prod.roqua.nl, 27017], [mongo2.prod.roqua.nl, 27017], [mongo3.prod.roqua.nl, 27017]]
username: USERNAME
password: PASSWORD
database: roqua_production_KLANTNAAM
read_secondary: true
max_retries_on_connection_failure: 3
persist_in_safe_mode: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment