修改映射地址

graph_memory
Bifang 2026-06-25 09:29:53 +08:00
parent cec62c6302
commit 5d7acdcd1f
1 changed files with 1 additions and 1 deletions

View File

@ -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": ""},