aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2013-12-24 11:52:58 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2013-12-24 11:52:58 +0100
commit02a9a0195f6c60682699e9912453a34eee6bf61a (patch)
tree2aeee8af54578e118c02c3e9a020baac8bf8631d
parentImproved models with a new index for articles. (diff)
downloadnewspipe-02a9a0195f6c60682699e9912453a34eee6bf61a.tar.gz
newspipe-02a9a0195f6c60682699e9912453a34eee6bf61a.tar.bz2
newspipe-02a9a0195f6c60682699e9912453a34eee6bf61a.zip
Updated default configuration file.
-rw-r--r--conf/conf.cfg-sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index 3c492490..23d3b3d5 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -4,6 +4,9 @@ address = 127.0.0.1
port = 27017
username = root
password = root
+[feedparser]
+http_proxy = 127.0.0.1:8118
+user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r)
[webserver]
debug = 1
host = 0.0.0.0
@@ -17,4 +20,4 @@ ssl = 1
username = your-gmail-username
password = your-gmail-password
mail_from = pyAggr3g470r@no-reply.com
-mail_to = recipent-email
+mail_to = recipent-email \ No newline at end of file
bgstack15