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!