aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-03 18:25:44 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-03 18:25:44 +0200
commit11076988b2f9d871cc03095e864354da30a56726 (patch)
treea0c9ee8b3c1eecebdcd6245fe79447d34364e546 /app.json
parentUppdated translations. (diff)
downloadnewspipe-11076988b2f9d871cc03095e864354da30a56726.tar.gz
newspipe-11076988b2f9d871cc03095e864354da30a56726.tar.bz2
newspipe-11076988b2f9d871cc03095e864354da30a56726.zip
Changed variable 'notification_sender' to 'notification_email'.
Diffstat (limited to 'app.json')
-rw-r--r--app.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/app.json b/app.json
index faf4545c..3765c1b1 100644
--- a/app.json
+++ b/app.json
@@ -14,11 +14,10 @@
"env": {
"HEROKU": "1",
"ADMIN_EMAIL": "root@pyAggr3g470r.localhost",
- "NOTIFICATION_SENDER": "pyAggr3g470r@no-reply.com",
"ADMIN_PASSWORD": "password",
+ "NOTIFICATION_EMAIL": "pyAggr3g470r@no-reply.com",
"RECAPTCHA_PRIVATE_KEY": "REDACTED",
"RECAPTCHA_PUBLIC_KEY": "REDACTED",
- "NOTIFICATION_EMAIL": "REDACTED",
"POSTMARK_API_KEY": "REDACTED"
},
"addons": [
bgstack15