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

fix: Updated Sails.js init code to properly enable/disable the proxy settings

This commit is contained in:
Steven Correia 2022-09-02 13:42:36 -04:00
parent 9cde4e63f9
commit dbb5c69874

View file

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