Read flask session type from environment variable and create sessions table if not exist.

This commit is contained in:
Rauno Tuul
2023-03-08 17:05:32 +02:00
parent 68d9fb3755
commit aa70951964
2 changed files with 9 additions and 3 deletions

View File

@ -93,7 +93,6 @@ legal_envvars_bool = (
'SIGNUP_ENABLED',
'LOCAL_DB_ENABLED',
'LDAP_ENABLED',
'SESSION_TYPE',
'SESSION_COOKIE_SECURE',
'CSRF_COOKIE_SECURE',
'CAPTCHA_ENABLE',