add settings for secure cookies

This commit is contained in:
Markus 2023-01-06 23:48:47 +01:00
parent c66250daaf
commit 3ad423575b
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
DEBUG = True
REMEMBER_COOKIE_SECURE = True
SECRET_KEY = "CHANGE!ME"
SESSION_COOKIE_SECURE = True
SESSION_TIMEOUT = 3600
LDAP_CA = "/etc/ldap/ssl/CA.crt"