aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/mongodb/mongod.conf
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-10-31 01:44:00 +0000
committerterminaldweller <thabogre@gmail.com>2021-10-31 01:44:00 +0000
commit965a52ac2b20d0177719c86dc2a1d18903e9a017 (patch)
tree0ffdac57d934b761ec9230b5368cdf289d3fdd62 /kubernetes/mongodb/mongod.conf
parentopewrt,haproxy,nginx,ejabberd,.... (diff)
downloadscripts-965a52ac2b20d0177719c86dc2a1d18903e9a017.tar.gz
scripts-965a52ac2b20d0177719c86dc2a1d18903e9a017.zip
updates
Diffstat (limited to '')
-rw-r--r--kubernetes/mongodb/mongod.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/mongodb/mongod.conf b/kubernetes/mongodb/mongod.conf
new file mode 100644
index 0000000..85d2bd9
--- /dev/null
+++ b/kubernetes/mongodb/mongod.conf
@@ -0,0 +1,15 @@
+# vim: ft=yaml
+systemLog:
+ destination: file
+ path: "/var/log/mongodb/mongod.log"
+ logAppend: true
+storage:
+ journal:
+ enabled: true
+processManagement:
+ fork: true
+net:
+ bindIp: 0.0.0.0
+ port: 27017
+setParameter:
+ enableLocalhostAuthBypass: false