From 367c4d5aa807839b2106545cf8bc99a274e1a7f4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 10 Oct 2016 07:36:00 +0200 Subject: new name: the last one. --- src/conf/conf.cfg-sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/conf/conf.cfg-sample') diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample index a9e59936..8c8f04bf 100644 --- a/src/conf/conf.cfg-sample +++ b/src/conf/conf.cfg-sample @@ -9,7 +9,7 @@ platform_url = http://127.0.0.1:5000/ admin_email = security_password_salt = a secret to confirm user account token_validity_period = 3600 -log_path = ./src/web/var/jarr.log +log_path = ./src/web/var/newspipe.log nb_worker = 5 log_level = info [database] @@ -17,11 +17,11 @@ database_url = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator [crawler] crawling_method = classic default_max_error = 6 -user_agent = JARR (https://github.com/JARR/JARR) +user_agent = Newspipe (https://github.com/Newspipe/Newspipe) api_login = api_passwd = [notification] -notification_email = JARR@no-reply.com +notification_email = Newspipe@no-reply.com host = smtp.googlemail.com port = 465 tls = false -- cgit