diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-05-03 18:07:34 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-05-03 18:07:34 +0200 |
commit | 6b1a82f07d5cfd98c2b67b802e50ef0f0b309043 (patch) | |
tree | a26dc332eeac8dc736fdfa2ebdfc7a923c830864 /app.json | |
parent | Display the ration only for the tab 'All'. (diff) | |
download | newspipe-6b1a82f07d5cfd98c2b67b802e50ef0f0b309043.tar.gz newspipe-6b1a82f07d5cfd98c2b67b802e50ef0f0b309043.tar.bz2 newspipe-6b1a82f07d5cfd98c2b67b802e50ef0f0b309043.zip |
Fixed a bug when sending emails (email of the sender was empty).
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ "env": { "HEROKU": "1", "ADMIN_EMAIL": "root@pyAggr3g470r.localhost", + "NOTIFICATION_SENDER": "pyAggr3g470r@no-reply.com", "ADMIN_PASSWORD": "password", "RECAPTCHA_PRIVATE_KEY": "REDACTED", "RECAPTCHA_PUBLIC_KEY": "REDACTED", |