aboutsummaryrefslogtreecommitdiff
path: root/system/mongodb/files/mongodb.conf
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-14 11:57:50 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-14 11:57:50 +0700
commit6ce0bf6e17f8e667f4b17d8dcc1f51be63a325b7 (patch)
tree54216c902256c51ca65446aebdcd292708addefb /system/mongodb/files/mongodb.conf
parent6aef885703efa38b4fb935539d310abaccd11038 (diff)
system/mongodb: Switch to binary release.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mongodb/files/mongodb.conf')
-rw-r--r--system/mongodb/files/mongodb.conf34
1 files changed, 0 insertions, 34 deletions
diff --git a/system/mongodb/files/mongodb.conf b/system/mongodb/files/mongodb.conf
deleted file mode 100644
index 83b4cc0589..0000000000
--- a/system/mongodb/files/mongodb.conf
+++ /dev/null
@@ -1,34 +0,0 @@
-# !! IMPORTANT !!
-#
-# This file uses the YAML format as described in the documentation:
-# http://docs.mongodb.org/manual/reference/configuration-options/
-
-storage:
- dbPath: "/var/lib/mongodb"
- #engine: wiredTiger
-
-systemLog:
- destination: file
- path: "/var/log/mongodb/mongodb.log"
- quiet: true
- logAppend: true
-
-net:
- port: 27017
- bindIp: 127.0.0.1
- #ssl:
- # mode: disabled
-
-#security:
- #keyFile:
- #clusterAuthMode:
-
-#replication:
- #replSetName:
-
-# Specifies one of the MongoDB parameters described here:
-# http://docs.mongodb.org/manual/reference/parameters/
-#
-# You can specify multiple setParameter fields such as:
-# setParameter: {enableTestCommands: 1}
-#setParameter: