summaryrefslogtreecommitdiff
path: root/config/api-example.js
diff options
context:
space:
mode:
authorRaphael Kabo <raphael@Raphaels-MacBook-Pro.local>2019-08-01 18:48:15 +0100
committerRaphael Kabo <raphael@Raphaels-MacBook-Pro.local>2019-08-01 18:48:15 +0100
commitd7b2fd3ace732352942cb64bccda3df33258e333 (patch)
treece6c643716d33c37054f1f30d2923e875a73c6c0 /config/api-example.js
parentcc5df0b6d3742265abaa2c526a370bd9c13abe1a (diff)
Emails only sent if API key is set
Diffstat (limited to 'config/api-example.js')
-rw-r--r--config/api-example.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/api-example.js b/config/api-example.js
index 08bd845..4df7ba3 100644
--- a/config/api-example.js
+++ b/config/api-example.js
@@ -1,3 +1,3 @@
module.exports = {
- 'sendgrid' : 'SENDGRID API KEY GOES HERE'
+ 'sendgrid' : '' // SendGrid API key goes here
};