Skip to content

Commit ab70f41

Browse files
authored
Update keys.js
1 parent d1712d7 commit ab70f41

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

config/keys.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
// we are in dev - return the dev keys
88
module.exports = require("./dev");
99
} */
10-
10+
/*
1111
module.exports = {
12-
googleClientID:
13-
"735081351962-a29ekoe2v21m2h26l011dn912fh9bmod.apps.googleusercontent.com",
14-
googleClientSecret: "8O3PW0OnehtwvPKCRCC1VOWY",
15-
mongoURI: "mongodb://jzief:password1@ds149146.mlab.com:49146/emaily-dev",
16-
cookiekey: "ihfkldkljwpejpwnpwnepwprogwpenmblnpkrqtkpogwoe"
17-
};
12+
googleClientID: process.env.GOOGLE_CLIENT_ID,
13+
googleClientSecret: process.env.GOOGLE_CLIENT_SECRET,
14+
mongoURI: process.env.MONGO_URI,
15+
cookiekey: process.env.COOKIE_KEY
16+
}; */

0 commit comments

Comments
 (0)