From 2c15f8e676795fb888ea5391bc6a18a689e47f2c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 31 May 2025 15:07:28 +0400 Subject: [PATCH] refac --- backend/open_webui/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/open_webui/config.py b/backend/open_webui/config.py index 0f4948361..0e0c08f2b 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -901,9 +901,7 @@ TOOL_SERVER_CONNECTIONS = PersistentConfig( #################################### -WEBUI_URL = PersistentConfig( - "WEBUI_URL", "webui.url", os.environ.get("WEBUI_URL", "http://localhost:3000") -) +WEBUI_URL = PersistentConfig("WEBUI_URL", "webui.url", os.environ.get("WEBUI_URL", "")) ENABLE_SIGNUP = PersistentConfig(