From 47f1be7c9d1da5ea7691d7d0cf90a575275d1c12 Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 21 Mar 2021 20:58:19 +0200 Subject: [PATCH] HowTo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52d65d4..9c49f85 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ A replica set in MongoDB is a group of mongod processes that maintain the same d A replica set is a group of mongod instances that maintain the same data set. A replica set contains several data bearing nodes and optionally one arbiter node. + More here: https://docs.mongodb.com/manual/replication/ ## Quickstart - This is a quickstart guide of howto use this *LabInstance storage-mongo-replica* ### HowTo use it @@ -20,6 +20,7 @@ This is a quickstart guide of howto use this *LabInstance storage-mongo-replica* ### Default Configuration + - Mongo Port: 27017 - Mongo Root Username: swarmlab @@ -31,7 +32,6 @@ This is a quickstart guide of howto use this *LabInstance storage-mongo-replica* - Mongo ReplicaSet: rs0 - ### Test it!