summarylogtreecommitdiffstats
path: root/mongodb.conf
diff options
context:
space:
mode:
authorViktor Semykin2018-07-16 18:24:03 +0300
committerViktor Semykin2018-07-16 18:25:23 +0300
commit666477b4bdf32dab2c9645be70da36d9335149a5 (patch)
treed408cf27c132318353bb1494aaeb0ec11170aac0 /mongodb.conf
downloadaur-666477b4bdf32dab2c9645be70da36d9335149a5.tar.gz
initial
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