aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-06-17 22:36:44 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-06-17 22:36:44 +0200
commit2e695a4331430050465c4e8b892768af5e18e934 (patch)
treef9ef9a04b8b76433e70db1cd1e75e47949662095 /app.json
parentUpdated translations. (diff)
downloadnewspipe-2e695a4331430050465c4e8b892768af5e18e934.tar.gz
newspipe-2e695a4331430050465c4e8b892768af5e18e934.tar.bz2
newspipe-2e695a4331430050465c4e8b892768af5e18e934.zip
The Postmark team has chosen not to continue development of the Heroku Add-on as of June 30, 2017. Newspipe is now using SendGrid when deployed on Heroku.
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