aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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