aboutsummaryrefslogtreecommitdiff
path: root/cfg
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-03-08 07:47:08 +0100
committercedricbonhomme <devnull@localhost>2012-03-08 07:47:08 +0100
commite9bcf85b005f6b456a16d4b9e280fb29e63b13dd (patch)
tree6385fbc4e34055b621a9454eb67d715bdc2cfbc5 /cfg
parentMinor improvment in index pagge. Re-enabled the 404 error page. (diff)
downloadnewspipe-e9bcf85b005f6b456a16d4b9e280fb29e63b13dd.tar.gz
newspipe-e9bcf85b005f6b456a16d4b9e280fb29e63b13dd.tar.bz2
newspipe-e9bcf85b005f6b456a16d4b9e280fb29e63b13dd.zip
Added configuration for MongoDB in pyAggr3g470r.cfg.
Diffstat (limited to 'cfg')
-rwxr-xr-xcfg/pyAggr3g470r.cfg-sample5
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
bgstack15