summarylogtreecommitdiffstats
path: root/mongodb.conf
diff options
context:
space:
mode:
authorRafael Fontenelle2022-09-29 22:07:26 -0300
committerRafael Fontenelle2022-09-29 22:07:26 -0300
commit29c213a4e0146e7119336e91bf5a760bf7f3e95f (patch)
tree05dbb41341dc473b5c65e6208ba53527be6e31ac /mongodb.conf
parent666477b4bdf32dab2c9645be70da36d9335149a5 (diff)
downloadaur-29c213a4e0146e7119336e91bf5a760bf7f3e95f.tar.gz
Update to 3.4.24
Refactor the PKGBUILD to be similar to mongodb-bin. Following the change in mongodb-bin, this commit removes the mongodb.service and mongodb.conf files in favor of the respective tarball-provided files, using sed commands to apply necessary patches.
Diffstat (limited to 'mongodb.conf')
-rw-r--r--mongodb.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/mongodb.conf b/mongodb.conf
deleted file mode 100644
index c5272b7f2df3..000000000000
--- a/mongodb.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-# See http://www.mongodb.org/display/DOCS/File+Based+Configuration for format details
-# Run mongod --help to see a list of options
-
-bind_ip = 127.0.0.1
-quiet = true
-dbpath = /var/lib/mongodb
-logpath = /var/log/mongodb/mongod.log
-logappend = true