summaryrefslogtreecommitdiffstats
path: root/Services/mongo/mongodb.conf
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-29 00:44:42 +0100
committerstartxfr <clarue@startx.fr>2015-11-29 00:44:42 +0100
commit78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df (patch)
tree13e05e8d8217a48a0d4decf8564defee11cf35ba /Services/mongo/mongodb.conf
parenta490cfe364a242b1e9993225758ea6e61369e363 (diff)
downloadphpmyadmin-78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df.tar.gz
phpmyadmin-78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df.tar.bz2
phpmyadmin-78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df.tar.xz
phpmyadmin-78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df.zip
rewrite mongo and small updates in others
Diffstat (limited to 'Services/mongo/mongodb.conf')
-rw-r--r--Services/mongo/mongodb.conf9
1 files changed, 3 insertions, 6 deletions
diff --git a/Services/mongo/mongodb.conf b/Services/mongo/mongodb.conf
index 89d19f2..0fe4d13 100644
--- a/Services/mongo/mongodb.conf
+++ b/Services/mongo/mongodb.conf
@@ -1,12 +1,9 @@
-##
-### Config file copied into
-##
bind_ip = 127.0.0.1
port = 27017
fork = true
pidfilepath = /var/run/mongodb/mongodb.pid
-logpath = /var/log/mongodb/mongodb.log
-dbpath =/var/lib/mongodb
+logpath = /data/logs/mongodb/mongodb.log
+dbpath =/data/mongodb
journal = true
# Turn on/off security. Off is currently the default
@@ -17,7 +14,7 @@ journal = true
#verbose = true
# Disable the HTTP interface (Defaults to port+1000).
-nohttpinterface = true
+#nohttpinterface = true
# Accout token for Mongo monitoring server.
#mms-token = <token>