From 5d7acdcd1f515b5a030944adb5c39fc10491e1d8 Mon Sep 17 00:00:00 2001 From: Bifang <915779419@qq.com> Date: Thu, 25 Jun 2026 09:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=A0=E5=B0=84=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui_server.py b/webui_server.py index 36e886e..f14f01a 100644 --- a/webui_server.py +++ b/webui_server.py @@ -551,7 +551,7 @@ def _minimal_settings(gateway: GatewayState) -> dict[str, Any]: "runtime": { "config_path": str(WORKSPACE / ".env"), "workspace_path": str(WORKSPACE), - "gateway_host": "127.0.0.1", + "gateway_host": "0.0.0.0", "gateway_port": 8010, "heartbeat": {"enabled": False, "interval_s": 0, "keep_recent_messages": 0}, "dream": {"schedule": ""},