mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Add secret key to environment variables, update readme
This commit is contained in:
parent
796917a0eb
commit
b64f5b7b4a
5 changed files with 13 additions and 2 deletions
2
server/config/env/production.js
vendored
2
server/config/env/production.js
vendored
|
@ -222,6 +222,8 @@ module.exports = {
|
|||
// secure: true,
|
||||
maxAge: 24 * 60 * 60 * 1000, // 24 hours
|
||||
},
|
||||
|
||||
secret: process.env.SECRET_KEY,
|
||||
},
|
||||
|
||||
/**************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue