aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-03 18:07:34 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-03 18:07:34 +0200
commit6b1a82f07d5cfd98c2b67b802e50ef0f0b309043 (patch)
treea26dc332eeac8dc736fdfa2ebdfc7a923c830864 /app.json
parentDisplay the ration only for the tab 'All'. (diff)
downloadnewspipe-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.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.json b/app.json
index 05975d06..faf4545c 100644
--- a/app.json
+++ b/app.json
@@ -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",
bgstack15