Skip to content

Commit 97eafdb

Browse files
committed
added keys
1 parent d306f62 commit 97eafdb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

server/config/prod.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ module.exports = {
33
googleClientID: process.env.GOOGLE_CLIENT_ID,
44
googleClientSecret: process.env.GOOGLE_CLIENT_SECRET,
55
mongoURI: process.env.MONGO_URI,
6-
cookieKey: process.env.COOKIE_KEY
6+
cookieKey: process.env.COOKIE_KEY,
7+
stripePublishableKey: process.env.STRIPE_PUBLISHABLE_KEY,
8+
stripeSecretKey: process.env.STRIPE_SECRET_KEY
79
};

0 commit comments

Comments
 (0)