Skip to content

Commit

Permalink
chore: debugging secrets in main error
Browse files Browse the repository at this point in the history
  • Loading branch information
sandaiiyahh committed Apr 9, 2021
1 parent c870b59 commit 771f8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = app;
* keys as environment variables, so that they can still be read by the
* Node process on process.env
*/
// if (process.env.NODE_ENV !== 'production') require('../secrets')
if (process.env.NODE_ENV !== 'production') require('../secrets');

// passport registration
passport.serializeUser((user, done) => done(null, user.id));
Expand Down

0 comments on commit 771f8f7

Please sign in to comment.