diff --git a/config.cfg.example b/config.cfg.example index e282c1e..55e5bf2 100644 --- a/config.cfg.example +++ b/config.cfg.example @@ -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"