mirror of
https://github.com/moepman/bk-dss
synced 2024-12-22 23:04:26 +01:00
add settings for secure cookies
This commit is contained in:
parent
c66250daaf
commit
3ad423575b
@ -1,5 +1,7 @@
|
|||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
REMEMBER_COOKIE_SECURE = True
|
||||||
SECRET_KEY = "CHANGE!ME"
|
SECRET_KEY = "CHANGE!ME"
|
||||||
|
SESSION_COOKIE_SECURE = True
|
||||||
SESSION_TIMEOUT = 3600
|
SESSION_TIMEOUT = 3600
|
||||||
|
|
||||||
LDAP_CA = "/etc/ldap/ssl/CA.crt"
|
LDAP_CA = "/etc/ldap/ssl/CA.crt"
|
||||||
|
Loading…
Reference in New Issue
Block a user