From b2618e9404b84cc62d4becb02436233a0d53b375 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 25 Nov 2015 22:45:43 +0100 Subject: Rfactorization. Just a start... --- conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index abbc5dff..1827a7b3 100644 --- a/conf.py +++ b/conf.py @@ -22,8 +22,8 @@ TIME_ZONE = { } ON_HEROKU = int(os.environ.get('HEROKU', 0)) == 1 -DEFAULTS = {"platform_url": "https://jarr.herokuapp.com/", - "admin_email": "root@pyAggr3g470r.localhost", +DEFAULTS = {"platform_url": "https://JARR.herokuapp.com/", + "admin_email": "root@jarr.localhost", "postmark_api_key": "", "recaptcha_public_key": "", "recaptcha_private_key": "", @@ -39,7 +39,7 @@ DEFAULTS = {"platform_url": "https://jarr.herokuapp.com/", "http_proxy": "", "secret": "", "enabled": "false", - "notification_email": "pyAggr3g470r@no-reply.com", + "notification_email": "jarr@no-reply.com", "tls": "false", "ssl": "true", "host": "0.0.0.0", -- cgit