Skip to content

Instantly share code, notes, and snippets.

@sumskyi
Created June 23, 2011 17:07
Show Gist options
  • Select an option

  • Save sumskyi/1043005 to your computer and use it in GitHub Desktop.

Select an option

Save sumskyi/1043005 to your computer and use it in GitHub Desktop.
replica set yml
development: &dev
host:
- 127.0.0.1
27017
- 0.0.0.0
27017
database: queue
test:
<<: *dev
production:
<<: *dev
staging:
<<: *dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment