mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
prefix sentinel envs with redis_
This commit is contained in:
@@ -323,8 +323,8 @@ ENABLE_REALTIME_CHAT_SAVE = (
|
||||
####################################
|
||||
|
||||
REDIS_URL = os.environ.get("REDIS_URL", "")
|
||||
SENTINEL_HOSTS = os.environ.get("SENTINEL_HOSTS", "")
|
||||
SENTINEL_PORT = os.environ.get("SENTINEL_PORT", "26379")
|
||||
REDIS_SENTINEL_HOSTS = os.environ.get("REDIS_SENTINEL_HOSTS", "")
|
||||
REDIS_SENTINEL_PORT = os.environ.get("REDIS_SENTINEL_PORT", "26379")
|
||||
|
||||
####################################
|
||||
# WEBUI_AUTH (Required for security)
|
||||
|
||||
Reference in New Issue
Block a user