Skip to content

Instantly share code, notes, and snippets.

@asicfr
Created June 25, 2014 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asicfr/9e70a374480dd5d85519 to your computer and use it in GitHub Desktop.
Save asicfr/9e70a374480dd5d85519 to your computer and use it in GitHub Desktop.
configS2 = {
"_id" : "s2",
"members" : [
{
"_id" : 1,
"host" : "localhost:47017"
},
{
"_id" : 2,
"host" : "localhost:47018"
},
{
"_id" : 3,
"host" : "localhost:47019"
}
]
};
rs.initiate(configS2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment