aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index cce62d43..2873f5b9 100644
--- a/app.json
+++ b/app.json
@@ -66,7 +66,7 @@
"HEROKU": "1",
"CDN_ADDRESS": "https://cdn.cedricbonhomme.org/",
"NOTIFICATION_EMAIL": "newspipe@no-reply.com",
- "POSTMARK_API_KEY": "REDACTED",
+ "SENDGRID_API_KEY": "REDACTED",
"CRAWLER_RESOLV": {
"description": "Specify if the crawler should try to resolve link of articles behind proxies.",
"value": "false"
bgstack15