aboutsummaryrefslogtreecommitdiff
path: root/cfg/pyAggr3g470r.cfg-sample
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-03-09 08:13:21 +0100
committercedricbonhomme <devnull@localhost>2012-03-09 08:13:21 +0100
commit0e8780ff6ba24cc0b370037e71a9c6aa25bca192 (patch)
tree75cea6d48e04faed448a42562bb9a692af1f8442 /cfg/pyAggr3g470r.cfg-sample
parentUpdated revision date. (diff)
downloadnewspipe-0e8780ff6ba24cc0b370037e71a9c6aa25bca192.tar.gz
newspipe-0e8780ff6ba24cc0b370037e71a9c6aa25bca192.tar.bz2
newspipe-0e8780ff6ba24cc0b370037e71a9c6aa25bca192.zip
MongoDB configuration (address, port, username and password) is loaded at launch.
Diffstat (limited to 'cfg/pyAggr3g470r.cfg-sample')
-rwxr-xr-xcfg/pyAggr3g470r.cfg-sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/pyAggr3g470r.cfg-sample b/cfg/pyAggr3g470r.cfg-sample
index ae749b11..2e90df68 100755
--- a/cfg/pyAggr3g470r.cfg-sample
+++ b/cfg/pyAggr3g470r.cfg-sample
@@ -4,7 +4,7 @@ max_nb_articles = 50
[MongoDB]
address = 127.0.0.1
port = 27017
-username = nickname
+user = username
password = pwd
[mail]
mail_from = pyAggr3g470r@no-reply.com
bgstack15