diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-17 00:49:47 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-17 00:49:47 +0200 |
commit | ffdf651ed30f469f8a2bcdae7c5c7397e8bb3f3b (patch) | |
tree | a3ba8cf73a53c3cf0daed0ec601ed5ae33e21aad /conf.py | |
parent | Load Postmark API key for Heroku. (diff) | |
download | newspipe-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |