feat: backend required error page

This commit is contained in:
Timothy J. Baek 2023-12-25 22:14:06 -08:00
parent 540b50e176
commit 8d5c3ee56f
3 changed files with 62 additions and 13 deletions

View file

@ -31,13 +31,13 @@ if ENV == "prod":
# WEBUI_VERSION
####################################
WEBUI_VERSION = os.environ.get("WEBUI_VERSION", "v1.0.0-alpha.40")
WEBUI_VERSION = os.environ.get("WEBUI_VERSION", "v1.0.0-alpha.42")
####################################
# WEBUI_AUTH
# WEBUI_AUTH (Required for security)
####################################
WEBUI_AUTH = True if os.environ.get("WEBUI_AUTH", "FALSE") == "TRUE" else False
WEBUI_AUTH = True
####################################
# WEBUI_JWT_SECRET_KEY