summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-12-06 12:13:28 -0500
committerRichard Kreuter <richard@10gen.com>2010-12-06 12:13:28 -0500
commit93f7ef1e34ecc4cba99e44f2f07e1d4e28b4efd0 (patch)
tree1c3b0956881daab358f891ff1530ae21e0b1f4fe /debian
parenteab7ad8dd57bcaa1d8af72fa3284bf5bb7bffc40 (diff)
downloadmongo-93f7ef1e34ecc4cba99e44f2f07e1d4e28b4efd0.tar.gz
SERVER-1788
Diffstat (limited to 'debian')
-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