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 d1712d7 commit ab70f41Copy full SHA for ab70f41
config/keys.js
@@ -7,11 +7,10 @@
7
// we are in dev - return the dev keys
8
module.exports = require("./dev");
9
} */
10
-
+/*
11
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
-};
+ googleClientID: process.env.GOOGLE_CLIENT_ID,
+ googleClientSecret: process.env.GOOGLE_CLIENT_SECRET,
+ mongoURI: process.env.MONGO_URI,
+ cookiekey: process.env.COOKIE_KEY
+}; */
0 commit comments