Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fixing Session Hash Secret
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Feb 14, 2014
1 parent b87b376 commit d9be8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = function(db) {

// express/mongo session storage
app.use(express.session({
secret: 'MEAN',
secret: config.sessionSecret,
store: new mongoStore({
db: db.connection.db,
collection: config.sessionCollection
Expand Down

0 comments on commit d9be8d8

Please sign in to comment.