Open B-i-t-K opened 3 years ago
I've added a new env variable to disable SSL This is usefull if you already have a reverse proxy on front. I was in the same setting as issue #1
Possible update: Maybe adding an other variable to keep the secure flag on cookies.
secure: process.env.SSL_ENABLE === 'true'
Hi, will this PR be merged any time soon?
I've added a new env variable to disable SSL This is usefull if you already have a reverse proxy on front. I was in the same setting as issue #1
Possible update: Maybe adding an other variable to keep the secure flag on cookies.
secure: process.env.SSL_ENABLE === 'true'