aboutsummaryrefslogtreecommitdiff
path: root/source/cfg
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-04-22 23:11:17 +0200
committercedricbonhomme <devnull@localhost>2012-04-22 23:11:17 +0200
commit9a54b553b63057b8173b1b7cf8065f3eb8057162 (patch)
treec66f2452b1cb634214e424c809bb7152f9ddb9a8 /source/cfg
parentAdded conf.py which is responsible of the load of the configuration. (diff)
downloadnewspipe-9a54b553b63057b8173b1b7cf8065f3eb8057162.tar.gz
newspipe-9a54b553b63057b8173b1b7cf8065f3eb8057162.tar.bz2
newspipe-9a54b553b63057b8173b1b7cf8065f3eb8057162.zip
Updated default configuration file.
Diffstat (limited to 'source/cfg')
-rwxr-xr-xsource/cfg/pyAggr3g470r.cfg-sample2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/cfg/pyAggr3g470r.cfg-sample b/source/cfg/pyAggr3g470r.cfg-sample
index 95db75c5..e0be2975 100755
--- a/source/cfg/pyAggr3g470r.cfg-sample
+++ b/source/cfg/pyAggr3g470r.cfg-sample
@@ -1,5 +1,3 @@
-[global]
-max_nb_articles = 50
[MongoDB]
address = 127.0.0.1
port = 27017
bgstack15