From ae8bbd8580ab88d99cf518b3052f17e7814ce536 Mon Sep 17 00:00:00 2001 From: Richard Lee Date: Wed, 28 Jun 2017 12:24:55 +0800 Subject: [PATCH] Update app.json --- app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 6aa200e1..9f5b4518 100644 --- a/app.json +++ b/app.json @@ -1,10 +1,10 @@ { "name": "TellForm", "description": "Beautiful, opensource web forms", - "repository": "https://github.com/whitef0x0/tellform", - "logo": "https://node-js-sample.herokuapp.com/node.svg", + "repository": "https://github.com/tellform/tellform", + "logo": "https://tellform.com/public/img/tellform_logo_black.png", "keywords": ["node", "express", "static", "mean"], - "addons": ["mongolab", "sparkpost"], + "addons": ["mongolab", "sendgrid", "heroku-redis"], "env": { "SUBDOMAINS_DISABLED": { "description": "Disable support for running subdomains. (This should be true if you are not using your own custom domain.", @@ -26,7 +26,7 @@ }, "MAILER_SERVICE_PROVIDER": { "description": "Which mail service/API you will be using (i.e. SparkPost, Mandrill, etc)", - "value": "Sparkpost" + "value": "SendGrid" } } }