diff options
author | Raphael Kabo <raphael@Raphaels-MacBook-Pro.local> | 2019-08-01 18:50:33 +0100 |
---|---|---|
committer | Raphael Kabo <raphael@Raphaels-MacBook-Pro.local> | 2019-08-01 18:50:33 +0100 |
commit | d55727a6f7d8e3a6d4c5dfe588d4e1332654a1bf (patch) | |
tree | 1499b36718859dd068bb628d44ded842ea5203ad /config | |
parent | cc6ac96df25c909ec2a256b0a81fe91ce30ce0ce (diff) | |
parent | a8fa61379b96f2179887c43d6aa870fdaba35a3c (diff) |
Merge branch 'master' of https://github.com/lowercasename/gathio into timezones
Diffstat (limited to 'config')
-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 }; |