Skip to content

Commit 25ad4bf

Browse files
authored
Update prod.js
1 parent ab70f41 commit 25ad4bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/prod.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
//prod.js - production keys here
2+
/*
23
module.exports = {
34
googleClientID: process.env.GOOGLE_CLIENT_ID,
45
googleClientSecret: process.env.GOOGLE_CLIENT_SECRET,
56
mongoURI: process.env.MONGO_URI,
67
cookiekey: process.env.COOKIE_KEY
78
};
9+
*/

0 commit comments

Comments
 (0)