diff options
author | startxfr <clarue@startx.fr> | 2015-11-29 23:52:56 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-29 23:52:56 +0100 |
commit | d3189d55206417557b03fde732693aaffca54cf8 (patch) | |
tree | 1c3d7ea129879cbff7cb534a4222ee13aadb6f3e /Services/mongo/mongodb.conf | |
parent | a4930f0838f1224bdf4fa0885e858e7a865513ca (diff) | |
download | phpmyadmin-d3189d55206417557b03fde732693aaffca54cf8.tar.gz phpmyadmin-d3189d55206417557b03fde732693aaffca54cf8.tar.bz2 phpmyadmin-d3189d55206417557b03fde732693aaffca54cf8.tar.xz phpmyadmin-d3189d55206417557b03fde732693aaffca54cf8.zip |
bugfix for mongo service and reshapping of ooconv
Diffstat (limited to 'Services/mongo/mongodb.conf')
-rw-r--r-- | Services/mongo/mongodb.conf | 24 |
1 files changed, 0 insertions, 24 deletions
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 = <token> -#mms-name = container-sv-mongo -#mms-interval = 2 - -# Replication Options |