feat: auto log in feature
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cellarspoon
2022-01-10 09:09:33 +01:00
parent d8d0504570
commit e347b1eed1
3 changed files with 9 additions and 0 deletions

View File

@ -38,3 +38,6 @@ elif LOG_LEVEL == "debug":
APP_LOG_LEVEL = logging.DEBUG
else:
APP_LOG_LEVEL = logging.INFO
# Automatically log folks in or show the default log in page?
AUTOMATICALLY_LOG_IN = environ.get("AUTOMATICALLY_LOG_IN", False)