mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
4e82c44f3e
commit
2c15f8e676
1 changed files with 1 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue