We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab70f41 commit 25ad4bfCopy full SHA for 25ad4bf
config/prod.js
@@ -1,7 +1,9 @@
1
//prod.js - production keys here
2
+/*
3
module.exports = {
4
googleClientID: process.env.GOOGLE_CLIENT_ID,
5
googleClientSecret: process.env.GOOGLE_CLIENT_SECRET,
6
mongoURI: process.env.MONGO_URI,
7
cookiekey: process.env.COOKIE_KEY
8
};
9
+*/
0 commit comments