mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 17:47:44 -05:00
Redis Sentinel support for AppConfig
This commit is contained in:
@@ -323,6 +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")
|
||||
|
||||
####################################
|
||||
# WEBUI_AUTH (Required for security)
|
||||
|
||||
Reference in New Issue
Block a user