From 47a5f031a8eee2f0060f1bc2bf4dc631f5c5811b Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Thu, 22 Nov 2012 17:44:24 -0200 Subject: [PATCH] Update source/reference/replica-configuration.txt Changed rs.conf() output to match example --- source/reference/replica-configuration.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/replica-configuration.txt b/source/reference/replica-configuration.txt index 22b6dc7ccb3..4abc6ac13a5 100644 --- a/source/reference/replica-configuration.txt +++ b/source/reference/replica-configuration.txt @@ -457,7 +457,7 @@ in the :data:`members[n].tags`. Consider the following example: "host" : "mongodb0.example.net:27017", "tags" : { "dc": "east", - "group": "production" + "use": "production" } }, { @@ -465,14 +465,14 @@ in the :data:`members[n].tags`. Consider the following example: "host" : "mongodb1.example.net:27017", "tags" : { "dc": "east", - "group": "reporting" + "use": "reporting" } }, { "_id" : 2, "host" : "mongodb2.example.net:27017", "tags" : { - "group": "production" + "use": "production" } } ]