diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2013-12-24 11:52:58 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2013-12-24 11:52:58 +0100 |
commit | 02a9a0195f6c60682699e9912453a34eee6bf61a (patch) | |
tree | 2aeee8af54578e118c02c3e9a020baac8bf8631d /conf | |
parent | Improved models with a new index for articles. (diff) | |
download | newspipe-02a9a0195f6c60682699e9912453a34eee6bf61a.tar.gz newspipe-02a9a0195f6c60682699e9912453a34eee6bf61a.tar.bz2 newspipe-02a9a0195f6c60682699e9912453a34eee6bf61a.zip |
Updated default configuration file.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf.cfg-sample | 5 |
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 |