diff options
author | Raphael Kabo <raphael@Raphaels-MacBook-Pro.local> | 2019-08-01 18:48:15 +0100 |
---|---|---|
committer | Raphael Kabo <raphael@Raphaels-MacBook-Pro.local> | 2019-08-01 18:48:15 +0100 |
commit | d7b2fd3ace732352942cb64bccda3df33258e333 (patch) | |
tree | ce6c643716d33c37054f1f30d2923e875a73c6c0 /config/api-example.js | |
parent | cc5df0b6d3742265abaa2c526a370bd9c13abe1a (diff) |
Emails only sent if API key is set
Diffstat (limited to 'config/api-example.js')
-rw-r--r-- | config/api-example.js | 2 |
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 }; |