We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44f3df commit 47a5f03Copy full SHA for 47a5f03
source/reference/replica-configuration.txt
@@ -457,22 +457,22 @@ in the :data:`members[n].tags`. Consider the following example:
457
"host" : "mongodb0.example.net:27017",
458
"tags" : {
459
"dc": "east",
460
- "group": "production"
+ "use": "production"
461
}
462
},
463
{
464
"_id" : 1,
465
"host" : "mongodb1.example.net:27017",
466
467
468
- "group": "reporting"
+ "use": "reporting"
469
470
471
472
"_id" : 2,
473
"host" : "mongodb2.example.net:27017",
474
475
476
477
478
]
0 commit comments