diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-17 00:43:52 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-17 00:43:52 +0200 |
commit | 9c758cf9eb416aacdbee9ae2caa3a5071d8a705f (patch) | |
tree | 231f47f1c428bb9e77fc2194acd4ed9fcdff1e33 /conf.py | |
parent | Merged in jaesivsm/pyaggr3g470r (pull request #10) (diff) | |
download | newspipe-9c758cf9eb416aacdbee9ae2caa3a5071d8a705f.tar.gz newspipe-9c758cf9eb416aacdbee9ae2caa3a5071d8a705f.tar.bz2 newspipe-9c758cf9eb416aacdbee9ae2caa3a5071d8a705f.zip |
Load Postmark API key for Heroku.
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ NOTIFICATION_TLS = config.getboolean('notification', 'tls') NOTIFICATION_SSL = config.getboolean('notification', 'ssl') NOTIFICATION_USERNAME = config.get('notification', 'username') NOTIFICATION_PASSWORD = config.get('notification', 'password') +POSTMARK_API_KEY = os.environ.get('POSTMARK_API_KEY', '') WEBZINE_ROOT = config.get('webserver', 'webzine_root') |