We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d306f62 commit 97eafdbCopy full SHA for 97eafdb
1 file changed
server/config/prod.js
@@ -3,5 +3,7 @@ module.exports = {
3
googleClientID: process.env.GOOGLE_CLIENT_ID,
4
googleClientSecret: process.env.GOOGLE_CLIENT_SECRET,
5
mongoURI: process.env.MONGO_URI,
6
- cookieKey: process.env.COOKIE_KEY
+ cookieKey: process.env.COOKIE_KEY,
7
+ stripePublishableKey: process.env.STRIPE_PUBLISHABLE_KEY,
8
+ stripeSecretKey: process.env.STRIPE_SECRET_KEY
9
};
0 commit comments