From 780da813a3012947169d4608c300328525711631 Mon Sep 17 00:00:00 2001 From: Ross Cruickshank Date: Wed, 16 Sep 2020 21:52:53 +0100 Subject: [PATCH] add replicaset --- storage/mongodb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/mongodb/README.md b/storage/mongodb/README.md index 4565bc64..ab5520bd 100644 --- a/storage/mongodb/README.md +++ b/storage/mongodb/README.md @@ -30,7 +30,7 @@ Usage ----- Nodes to save and retrieve data in a MongoDB instance - the database server can be local (mongodb//:localhost:27017), remote (mongodb://hostname.network:27017), -and sharded cluster (mongodb+srv://clustername.network). +replica-set or cluster (mongodb://hostnameA.network:27017,hostnameB.network:27017), and DNS seedlist cluster (mongodb+srv://clustername.network). Reference [MongoDB docs](https://docs.mongodb.com/manual/reference/connection-string/) to see which connection method (host or clustered) to use for your MongoDB instance.