From 78d1d5017e8acbc8b4bb7f0f567d10f0e47a75df Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Sun, 29 Nov 2015 00:44:42 +0100
Subject: rewrite mongo and small updates in others

---
 Services/mongo/mongodb.conf | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

(limited to 'Services/mongo/mongodb.conf')

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>
-- 
cgit v1.2.3