From 2f49ea24027af4069458c9b47e4b4e252222da30 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 2 May 2012 13:34:53 +0200 Subject: Connection on the MongoDB database with authentication OK. --- source/cfg/pyAggr3g470r.cfg-sample | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/cfg/pyAggr3g470r.cfg-sample') diff --git a/source/cfg/pyAggr3g470r.cfg-sample b/source/cfg/pyAggr3g470r.cfg-sample index e0be2975..57b1627a 100755 --- a/source/cfg/pyAggr3g470r.cfg-sample +++ b/source/cfg/pyAggr3g470r.cfg-sample @@ -1,8 +1,6 @@ [MongoDB] -address = 127.0.0.1 +address = mongodb://username:password@127.0.0.1:27017 port = 27017 -user = username -password = pwd [mail] mail_from = pyAggr3g470r@no-reply.com mail_to = address_of_the_recipient@example.com -- cgit