summarylogtreecommitdiffstats
path: root/mongodb.conf
diff options
context:
space:
mode:
authorFrederik Schwan2021-07-27 18:10:29 +0200
committerFrederik Schwan2021-07-27 18:10:29 +0200
commit54ef9f920c224737bcbe240d7adb62ad237e8cf8 (patch)
tree1ad9bf0bdbafc23b5a2844253aa232b77fa58a55 /mongodb.conf
downloadaur-54ef9f920c224737bcbe240d7adb62ad237e8cf8.tar.gz
rename from mongodb-bin-4.0
Diffstat (limited to 'mongodb.conf')
-rw-r--r--mongodb.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/mongodb.conf b/mongodb.conf
new file mode 100644
index 000000000000..c5272b7f2df3
--- /dev/null
+++ b/mongodb.conf
@@ -0,0 +1,8 @@
+# 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