aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
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