summaryrefslogtreecommitdiffstats
path: root/mongodb
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-03-08 10:20:03 +0000
committer Eric Hameleers <alien@slackware.com>2021-03-08 10:20:03 +0000
commitc92d4ec2f8f201ffa02263ff8cac24a1fdae1549 (patch)
treed8750f80dc74be1ab7b9961ff478de63541350bf /mongodb
parentfd92a3b02428b8c542feadba6568aa38566f2595 (diff)
downloadasb-c92d4ec2f8f201ffa02263ff8cac24a1fdae1549.tar.gz
asb-c92d4ec2f8f201ffa02263ff8cac24a1fdae1549.tar.xz
Initial revision
Diffstat (limited to 'mongodb')
-rw-r--r--mongodb/build/mongod.conf.sample21
1 files changed, 21 insertions, 0 deletions
diff --git a/mongodb/build/mongod.conf.sample b/mongodb/build/mongod.conf.sample
new file mode 100644
index 00000000..49384b26
--- /dev/null
+++ b/mongodb/build/mongod.conf.sample
@@ -0,0 +1,21 @@
+processManagement:
+ fork: true
+ pidFilePath: "/var/run/mongodb/mongod.pid"
+net:
+ bindIp: localhost
+ port: 27017
+storage:
+ dbPath: /var/lib/mongodb
+ journal:
+ enabled: true
+systemLog:
+ destination: file
+ path: "/var/log/mongodb/mongod.log"
+ logAppend: true
+cloud:
+ monitoring:
+ free:
+ state: off
+security:
+ authorization: disabled
+