Skip to content

Instantly share code, notes, and snippets.

@avargas
Created April 28, 2012 03:53
Show Gist options
  • Save avargas/2515554 to your computer and use it in GitHub Desktop.
Save avargas/2515554 to your computer and use it in GitHub Desktop.
{
type: 'cluster',
members: [
{
type: 'shard',
members: [
{
type: 'mongod',
name: 'shard1'
},
{
type: 'mongod',
name: 'shard22'
},
{
type: 'mongod',
name: 'shard3'
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment