aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-01-21 07:51:49 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-01-21 07:51:49 +0100
commit918790b5e51fb21343ec001a24b770ab188203f9 (patch)
tree36ab99d4413c16a6bfd25bbbad97a1754e703397 /conf
parentUpdated default configuration file and README. (diff)
downloadnewspipe-918790b5e51fb21343ec001a24b770ab188203f9.tar.gz
newspipe-918790b5e51fb21343ec001a24b770ab188203f9.tar.bz2
newspipe-918790b5e51fb21343ec001a24b770ab188203f9.zip
Added an option to choose if URL of articles behind proxies should be resolved.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index 07027bfd..3ed7a1b1 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -7,6 +7,7 @@ password = root
[feedparser]
http_proxy =
user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r)
+resolve_article_url = 0
[webserver]
debug = 1
host = 0.0.0.0
bgstack15