aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-18 18:42:58 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-18 18:42:58 +0200
commit2cd45e75cd6180b5ed19e6aea84488e38437374f (patch)
treee47ce013e16d5c51349ac9c54c8aaa88a1b13c49 /app.json
parentConfiguration variables has been updated. (diff)
downloadnewspipe-2cd45e75cd6180b5ed19e6aea84488e38437374f.tar.gz
newspipe-2cd45e75cd6180b5ed19e6aea84488e38437374f.tar.bz2
newspipe-2cd45e75cd6180b5ed19e6aea84488e38437374f.zip
Added 'NOTIFICATION_EMAIL' env variable to the app.json file.
Diffstat (limited to 'app.json')
-rw-r--r--app.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/app.json b/app.json
index 873086c0..5241c563 100644
--- a/app.json
+++ b/app.json
@@ -16,7 +16,9 @@
"ADMIN_EMAIL": "root@pyAggr3g470r.localhost",
"ADMIN_PASSWORD": "password",
"RECAPTCHA_PRIVATE_KEY": "REDACTED",
- "RECAPTCHA_PUBLIC_KEY": "REDACTED"
+ "RECAPTCHA_PUBLIC_KEY": "REDACTED",
+ "NOTIFICATION_EMAIL": "REDACTED",
+ "POSTMARK_API_KEY": "REDACTED"
},
"addons": [
"heroku-postgresql:hobby-dev"
bgstack15