aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-17 00:49:47 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-17 00:49:47 +0200
commitffdf651ed30f469f8a2bcdae7c5c7397e8bb3f3b (patch)
treea3ba8cf73a53c3cf0daed0ec601ed5ae33e21aad /conf.py
parentLoad Postmark API key for Heroku. (diff)
downloadnewspipe-ffdf651ed30f469f8a2bcdae7c5c7397e8bb3f3b.tar.gz
newspipe-ffdf651ed30f469f8a2bcdae7c5c7397e8bb3f3b.tar.bz2
newspipe-ffdf651ed30f469f8a2bcdae7c5c7397e8bb3f3b.zip
Platform URL is missing for Heroku.
Diffstat (limited to 'conf.py')
-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