Skip to content

Commit 065f60c

Browse files
committed
sendgrid
1 parent dce648d commit 065f60c

File tree

3 files changed

+108
-1
lines changed

3 files changed

+108
-1
lines changed

server/config/prod.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ module.exports = {
55
mongoURI: process.env.MONGO_URI,
66
cookieKey: process.env.COOKIE_KEY,
77
stripePublishableKey: process.env.STRIPE_PUBLISHABLE_KEY,
8-
stripeSecretKey: process.env.STRIPE_SECRET_KEY
8+
stripeSecretKey: process.env.STRIPE_SECRET_KEY,
9+
sendGridKey: process.env.SEND_GRID_KEY
910
};

server/package-lock.json

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"nodemon": "^1.11.0",
2626
"passport": "^0.3.2",
2727
"passport-google-oauth20": "^1.0.0",
28+
"sendgrid": "^5.1.2",
2829
"stripe": "^4.23.1"
2930
}
3031
}

0 commit comments

Comments
 (0)