Skip to content

Instantly share code, notes, and snippets.

@edgarcosta
Created May 4, 2016 13:51
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 edgarcosta/3799a85296e6ca288ecfa832c498dbba to your computer and use it in GitHub Desktop.
Save edgarcosta/3799a85296e6ca288ecfa832c498dbba to your computer and use it in GitHub Desktop.
{
"_id" : "lmfdb0",
"version" : 7,
"protocolVersion" : NumberLong(1),
"members" : [
{
"_id" : 0,
"host" : "warwick.lmfdb.xyz:37010",
"arbiterOnly" : false,
"buildIndexes" : true,
"hidden" : false,
"priority" : 2,
"tags" : {
"dc" : "warwick"
},
"slaveDelay" : NumberLong(0),
"votes" : 1
},
{
"_id" : 1,
"host" : "m0.lmfdb.xyz:27017",
"arbiterOnly" : false,
"buildIndexes" : true,
"hidden" : false,
"priority" : 1,
"tags" : {
"dc" : "us-central"
},
"slaveDelay" : NumberLong(0),
"votes" : 1
},
{
"_id" : 2,
"host" : "m1.lmfdb.xyz:27017",
"arbiterOnly" : false,
"buildIndexes" : true,
"hidden" : false,
"priority" : 1,
"tags" : {
"dc" : "us-central"
},
"slaveDelay" : NumberLong(0),
"votes" : 1
}
],
"settings" : {
"chainingAllowed" : true,
"heartbeatIntervalMillis" : 2000,
"heartbeatTimeoutSecs" : 10,
"electionTimeoutMillis" : 10000,
"getLastErrorModes" : {
},
"getLastErrorDefaults" : {
"w" : "majority",
"wtimeout" : 5000
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment