diff options
Diffstat (limited to 'config/api-example.js')
-rw-r--r-- | config/api-example.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/api-example.js b/config/api-example.js new file mode 100644 index 0000000..08bd845 --- /dev/null +++ b/config/api-example.js @@ -0,0 +1,3 @@ +module.exports = { + 'sendgrid' : 'SENDGRID API KEY GOES HERE' +}; |