Support multiple Flask session types, not just filesystem. Set via generic SESSION_TYPE environment variable

This commit is contained in:
Rauno Tuul
2023-03-08 12:08:07 +02:00
parent 5f2fc514df
commit 68d9fb3755
5 changed files with 9 additions and 10 deletions

View File

@ -4,7 +4,7 @@
| ---------| ----------- | -------- | ------------- |
| BIND_ADDRESS |
| CSRF_COOKIE_SECURE |
| FILESYSTEM_SESSIONS_ENABLED |
| SESSION_TYPE | null|filesystem|sqlalchemy | | filesystem |
| LDAP_ENABLED |
| LOCAL_DB_ENABLED |
| LOG_LEVEL |