From d3189d55206417557b03fde732693aaffca54cf8 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sun, 29 Nov 2015 23:52:56 +0100 Subject: bugfix for mongo service and reshapping of ooconv --- Services/mongo/mongodb.conf | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Services/mongo/mongodb.conf (limited to 'Services/mongo/mongodb.conf') diff --git a/Services/mongo/mongodb.conf b/Services/mongo/mongodb.conf deleted file mode 100644 index 0fe4d13..0000000 --- a/Services/mongo/mongodb.conf +++ /dev/null @@ -1,24 +0,0 @@ -bind_ip = 127.0.0.1 -port = 27017 -fork = true -pidfilepath = /var/run/mongodb/mongodb.pid -logpath = /data/logs/mongodb/mongodb.log -dbpath =/data/mongodb -journal = true - -# Turn on/off security. Off is currently the default -#noauth = true -#auth = true - -# Verbose logging output. -#verbose = true - -# Disable the HTTP interface (Defaults to port+1000). -#nohttpinterface = true - -# Accout token for Mongo monitoring server. -#mms-token = -#mms-name = container-sv-mongo -#mms-interval = 2 - -# Replication Options -- cgit v1.2.3