Skip to content

Commit 47a5f03

Browse files
committed
Update source/reference/replica-configuration.txt
Changed rs.conf() output to match example
1 parent b44f3df commit 47a5f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/replica-configuration.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,22 +457,22 @@ in the :data:`members[n].tags`. Consider the following example:
457457
"host" : "mongodb0.example.net:27017",
458458
"tags" : {
459459
"dc": "east",
460-
"group": "production"
460+
"use": "production"
461461
}
462462
},
463463
{
464464
"_id" : 1,
465465
"host" : "mongodb1.example.net:27017",
466466
"tags" : {
467467
"dc": "east",
468-
"group": "reporting"
468+
"use": "reporting"
469469
}
470470
},
471471
{
472472
"_id" : 2,
473473
"host" : "mongodb2.example.net:27017",
474474
"tags" : {
475-
"group": "production"
475+
"use": "production"
476476
}
477477
}
478478
]

0 commit comments

Comments
 (0)