From 02a9a0195f6c60682699e9912453a34eee6bf61a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 24 Dec 2013 11:52:58 +0100 Subject: Updated default configuration file. --- conf/conf.cfg-sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit