aboutsummaryrefslogtreecommitdiff
path: root/conf/conf.cfg-sample
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-25 22:45:43 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-25 22:45:43 +0100
commitb2618e9404b84cc62d4becb02436233a0d53b375 (patch)
treea31f2dc76d23967fa0243374cf475923a4b7e451 /conf/conf.cfg-sample
parentUpdated default platform URL (for Heroku...). (diff)
downloadnewspipe-b2618e9404b84cc62d4becb02436233a0d53b375.tar.gz
newspipe-b2618e9404b84cc62d4becb02436233a0d53b375.tar.bz2
newspipe-b2618e9404b84cc62d4becb02436233a0d53b375.zip
Rfactorization. Just a start...
Diffstat (limited to 'conf/conf.cfg-sample')
-rw-r--r--conf/conf.cfg-sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index acd244c8..4b2229dc 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -7,7 +7,7 @@ platform_url = http://127.0.0.1:5000/
admin_email =
recaptcha_public_key =
recaptcha_private_key =
-log_path = ./pyaggr3g470r/var/pyaggr3g470r.log
+log_path = ./web/var/jarr.log
nb_worker = 5
log_level = info
[database]
@@ -16,12 +16,12 @@ database_url = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator
crawling_method = classic
default_max_error = 6
http_proxy =
-user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r)
+user_agent = JARR (https://github.com/JARR-aggregator/JARR)
resolve_article_url = false
api_login =
api_passwd =
[notification]
-notification_email = pyAggr3g470r@no-reply.com
+notification_email = jarr@no-reply.com
host = smtp.googlemail.com
port = 465
tls = false
bgstack15