summarylogtreecommitdiffstats
path: root/mongodb.conf
diff options
context:
space:
mode:
authorRafael Fontenelle2021-07-27 21:14:12 -0300
committerRafael Fontenelle2021-07-27 22:35:29 -0300
commitf838e823ec3368f203c9408aae755deb949b9239 (patch)
treeafd6186b08b7894ba11b2af6bc9858af65ebff3b /mongodb.conf
downloadaur-f838e823ec3368f203c9408aae755deb949b9239.tar.gz
Initial commit
Diffstat (limited to 'mongodb.conf')
-rw-r--r--mongodb.conf43
1 files changed, 43 insertions, 0 deletions
diff --git a/mongodb.conf b/mongodb.conf
new file mode 100644
index 000000000000..1c26169879d8
--- /dev/null
+++ b/mongodb.conf
@@ -0,0 +1,43 @@
+# mongodb.conf
+
+# for documentation of all options, see:
+# http://docs.mongodb.org/manual/reference/configuration-options/
+
+# Where and how to store data.
+storage:
+ dbPath: /var/lib/mongodb
+ journal:
+ enabled: true
+# engine:
+# mmapv1:
+# wiredTiger:
+
+# where to write logging data.
+systemLog:
+ destination: file
+ logAppend: true
+ path: /var/log/mongodb/mongod.log
+
+# network interfaces
+net:
+ port: 27017
+ bindIp: 127.0.0.1
+
+
+# how the process runs
+processManagement:
+ timeZoneInfo: /usr/share/zoneinfo
+
+#security:
+
+#operationProfiling:
+
+#replication:
+
+#sharding:
+
+## Enterprise-Only Options:
+
+#auditLog:
+
+#snmp: