From 3efe6367d96998577afcd31f89ed94dc10da0551 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 14 Feb 2016 12:29:44 +0100 Subject: Fixed another 'bad' URL. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf.py') diff --git a/src/conf.py b/src/conf.py index 24be833c..628a27d3 100644 --- a/src/conf.py +++ b/src/conf.py @@ -22,7 +22,7 @@ TIME_ZONE = { } ON_HEROKU = int(os.environ.get('HEROKU', 0)) == 1 -DEFAULTS = {"platform_url": "https://JARR.herokuapp.com/", +DEFAULTS = {"platform_url": "https://jarr.herokuapp.com/", "cdn_address": "", "admin_email": "root@jarr.localhost", "postmark_api_key": "", -- cgit