|
@@ -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(
|