mirror of
https://github.com/moepman/bk-dss
synced 2024-11-17 12:49:15 +01:00
add settings for secure cookies
This commit is contained in:
parent
c66250daaf
commit
3ad423575b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user