1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 05:25:29 +02:00

Make trustProxy configurable via environment variable

This commit is contained in:
dbrennand 2021-10-20 21:24:19 +01:00 committed by GitHub
parent 07e58ffe0c
commit 729e5dac5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -273,7 +273,7 @@ module.exports = {
*
*/
// trustProxy: true,
trustProxy: process.env.TRUST_PROXY,
},
/**