From 299191b0f25d70b6bd9874a8f5e3f6d23c02edba Mon Sep 17 00:00:00 2001 From: Onja Date: Thu, 26 Oct 2023 17:30:33 +0300 Subject: [PATCH] Add configuration parameters for Sendgrid API integration --- src/config/params.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/config/params.json diff --git a/src/config/params.json b/src/config/params.json new file mode 100644 index 0000000..2507702 --- /dev/null +++ b/src/config/params.json @@ -0,0 +1,10 @@ +{ + "sendgrid": { + "to": "onja@blastream.com", + "from": "contact@blastream.com", + "fromName": "Blastream", + "uri": "https://api.sendgrid.com/v3/mail/send", + "application_key": "YABUthwqTla79YQbR7gToQ", + "application_secret": "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" + } +} \ No newline at end of file