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:
Greg Karékinian 2020-05-28 18:43:31 +02:00
parent baaae695af
commit 94330f2052

View File

@ -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