summaryrefslogtreecommitdiff
path: root/rpm/mongod.conf
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2013-10-18 10:36:48 -0400
committerDavid Storch <david.storch@10gen.com>2013-10-18 10:39:19 -0400
commit8051e469a4d794d09df658b8f6dbf2d95974a1ce (patch)
tree990ee28057ecec1e7aa55cf918dd309a5b7e83a2 /rpm/mongod.conf
parent78a5cc81af2209e10e1357a41e02f1689b60ef1e (diff)
downloadmongo-8051e469a4d794d09df658b8f6dbf2d95974a1ce.tar.gz
SERVER-11024 replace master/slave conf file examples with replset
Diffstat (limited to 'rpm/mongod.conf')
-rw-r--r--rpm/mongod.conf15
1 files changed, 7 insertions, 8 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf
index 31b60e2e1d3..256dfc2f3ab 100644
--- a/rpm/mongod.conf
+++ b/rpm/mongod.conf
@@ -67,11 +67,10 @@ bind_ip=127.0.0.1
# Replication Options
-# in 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
-#only=master.example.com
-# or
-#master=true
-#source=slave.example.com
+# in replicated mongo databases, specify the replica set name here
+#replSet=setname
+# maximum size in megabytes for replication operation log
+#oplogSize=1024
+# path to a key file storing authentication info for connections
+# between replica set members
+#keyFile=/path/to/keyfile