mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
refac
This commit is contained in:
@@ -901,9 +901,7 @@ TOOL_SERVER_CONNECTIONS = PersistentConfig(
|
|||||||
####################################
|
####################################
|
||||||
|
|
||||||
|
|
||||||
WEBUI_URL = PersistentConfig(
|
WEBUI_URL = PersistentConfig("WEBUI_URL", "webui.url", os.environ.get("WEBUI_URL", ""))
|
||||||
"WEBUI_URL", "webui.url", os.environ.get("WEBUI_URL", "http://localhost:3000")
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
ENABLE_SIGNUP = PersistentConfig(
|
ENABLE_SIGNUP = PersistentConfig(
|
||||||
|
|||||||
Reference in New Issue
Block a user