aboutsummaryrefslogtreecommitdiff
path: root/src/conf.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 07:36:00 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 07:36:00 +0200
commit367c4d5aa807839b2106545cf8bc99a274e1a7f4 (patch)
tree265d4d97bdd7f03a0db0d6ff1aef66cc3661d353 /src/conf.py
parentupdated platform URL (diff)
downloadnewspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.tar.gz
newspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.tar.bz2
newspipe-367c4d5aa807839b2106545cf8bc99a274e1a7f4.zip
new name: the last one.
Diffstat (limited to 'src/conf.py')
-rw-r--r--src/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conf.py b/src/conf.py
index a5b86608..7f276099 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -26,20 +26,20 @@ ON_HEROKU = int(os.environ.get('HEROKU', 0)) == 1
DEFAULTS = {"platform_url": "http://www.newspipe.org",
"self_registration": "false",
"cdn_address": "",
- "admin_email": "root@jarr.localhost",
+ "admin_email": "root@newspipe.localhost",
"postmark_api_key": "",
"token_validity_period": "3600",
"nb_worker": "100",
"api_login": "",
"api_passwd": "",
"default_max_error": "3",
- "log_path": "jarr.log",
+ "log_path": "newspipe.log",
"log_level": "info",
- "user_agent": "JARR (https://github.com/JARR)",
+ "user_agent": "Newspipe (https://github.com/Newspipe)",
"secret_key": "",
"security_password_salt": "",
"enabled": "false",
- "notification_email": "jarr@no-reply.com",
+ "notification_email": "newspipe@no-reply.com",
"tls": "false",
"ssl": "true",
"host": "0.0.0.0",
bgstack15