From 965a52ac2b20d0177719c86dc2a1d18903e9a017 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 31 Oct 2021 05:14:00 +0330 Subject: updates --- kubernetes/mongodb/mongod.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 kubernetes/mongodb/mongod.conf (limited to 'kubernetes/mongodb/mongod.conf') 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 -- cgit v1.2.3