Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias-VE committed May 20, 2024
1 parent 6d19910 commit 346c866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/web-bff/App/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ if (DEVELOPMENT) {

}));
} else {
// When using production mode, please make sure a mongodb instance is running and accepting connections
// on port PORT. Also make sure the user exists.
app.use(session({
name: 'pigeon session',
secret: process.env.EXPRESS_SESSION_SECRET,
Expand Down

0 comments on commit 346c866

Please sign in to comment.