From 930542049e40a1a99c9a0c2c349519ccddf52140 Mon Sep 17 00:00:00 2001 From: lowercasename Date: Thu, 25 Jul 2019 16:16:04 +0100 Subject: First commit --- config/api-example.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/api-example.js (limited to 'config/api-example.js') 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' +}; -- cgit v1.2.3