From ffdf651ed30f469f8a2bcdae7c5c7397e8bb3f3b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 17 Apr 2015 00:49:47 +0200 Subject: Platform URL is missing for Heroku. --- conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.py') diff --git a/conf.py b/conf.py index dfa7b874..bc54943e 100644 --- a/conf.py +++ b/conf.py @@ -23,6 +23,7 @@ TIME_ZONE = { ON_HEROKU = int(os.environ.get('HEROKU', 0)) == 1 DEFAULTS = {"python": "/usr/bin/python3.4", + "platform_url": "https://pyaggr3g470r.herokuapp.com/", "recaptcha_public_key": "", "recaptcha_private_key": "", "nb_worker": "100", -- cgit