summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
Diffstat (limited to 'rpm')
-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