summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/mongodb.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/mongodb.conf b/debian/mongodb.conf
index 0227b4613ab..2b8ca9e5b84 100644
--- a/debian/mongodb.conf
+++ b/debian/mongodb.conf
@@ -74,7 +74,8 @@ logappend=true
# Replication Options
-# in replicated mongo databases, specify here whether this is a slave or master
+# in master/slave replicated mongo databases, specify here whether
+# this is a slave or master
#slave = true
#source = master.example.com
# Slave only: specify a single database to replicate
@@ -82,3 +83,6 @@ logappend=true
# or
#master = true
#source = slave.example.com
+
+# in replica set configuration, specify the name of the replica set
+# replSet = setname \ No newline at end of file