aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.py1
1 files changed, 1 insertions, 0 deletions
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",
bgstack15