Comment out the COOKIE_SECURE config for now
We will enable it again after we have a valid TLS cert generated with Let's Encrypt. It prevents logins using http, and we will need that as an admin account
This commit is contained in:
parent
baaae695af
commit
94330f2052
@ -30,7 +30,8 @@ SSL_MODE = verify-ca
|
|||||||
[session]
|
[session]
|
||||||
PROVIDER = file
|
PROVIDER = file
|
||||||
PROVIDER_CONFIG = sessions
|
PROVIDER_CONFIG = sessions
|
||||||
COOKIE_SECURE = true
|
# Enable when TLS is enabled
|
||||||
|
# COOKIE_SECURE = true
|
||||||
|
|
||||||
[mailer]
|
[mailer]
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user