diff options
author | cedricbonhomme <devnull@localhost> | 2012-03-08 07:47:08 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-03-08 07:47:08 +0100 |
commit | e9bcf85b005f6b456a16d4b9e280fb29e63b13dd (patch) | |
tree | 6385fbc4e34055b621a9454eb67d715bdc2cfbc5 /cfg/pyAggr3g470r.cfg-sample | |
parent | Minor improvment in index pagge. Re-enabled the 404 error page. (diff) | |
download | newspipe-e9bcf85b005f6b456a16d4b9e280fb29e63b13dd.tar.gz newspipe-e9bcf85b005f6b456a16d4b9e280fb29e63b13dd.tar.bz2 newspipe-e9bcf85b005f6b456a16d4b9e280fb29e63b13dd.zip |
Added configuration for MongoDB in pyAggr3g470r.cfg.
Diffstat (limited to 'cfg/pyAggr3g470r.cfg-sample')
-rwxr-xr-x | cfg/pyAggr3g470r.cfg-sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg/pyAggr3g470r.cfg-sample b/cfg/pyAggr3g470r.cfg-sample index 63de4005..ae749b11 100755 --- a/cfg/pyAggr3g470r.cfg-sample +++ b/cfg/pyAggr3g470r.cfg-sample @@ -1,6 +1,11 @@ [global] sqlitebase = ./var/feed.db max_nb_articles = 50 +[MongoDB] +address = 127.0.0.1 +port = 27017 +username = nickname +password = pwd [mail] mail_from = pyAggr3g470r@no-reply.com mail_to = address_of_the_recipient@example.com |