File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ A replica set named ``rs0`` has the following configuration:
157157 },
158158 {
159159 "_id" : 2,
160- "host" : "mongodb2 .example.net:27017",
160+ "host" : "mongodb1 .example.net:27017",
161161 "arbiterOnly" : true,
162162 "buildIndexes" : true,
163163 "hidden" : false,
@@ -205,7 +205,7 @@ connected to the primary.
205205 },
206206 {
207207 "_id" : 1,
208- "host" : "mongodb2 .example.net:27017",
208+ "host" : "mongodb1 .example.net:27017",
209209 "arbiterOnly" : false,
210210 "buildIndexes" : true,
211211 "hidden" : false,
@@ -265,7 +265,7 @@ connected to the primary.
265265 },
266266 {
267267 "_id" : 1,
268- "host" : "mongodb2 .example.net:27017",
268+ "host" : "mongodb1 .example.net:27017",
269269 "arbiterOnly" : false,
270270 "buildIndexes" : true,
271271 "hidden" : false,
You can’t perform that action at this time.
0 commit comments