修改映射地址
parent
cec62c6302
commit
5d7acdcd1f
|
|
@ -551,7 +551,7 @@ def _minimal_settings(gateway: GatewayState) -> dict[str, Any]:
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"config_path": str(WORKSPACE / ".env"),
|
"config_path": str(WORKSPACE / ".env"),
|
||||||
"workspace_path": str(WORKSPACE),
|
"workspace_path": str(WORKSPACE),
|
||||||
"gateway_host": "127.0.0.1",
|
"gateway_host": "0.0.0.0",
|
||||||
"gateway_port": 8010,
|
"gateway_port": 8010,
|
||||||
"heartbeat": {"enabled": False, "interval_s": 0, "keep_recent_messages": 0},
|
"heartbeat": {"enabled": False, "interval_s": 0, "keep_recent_messages": 0},
|
||||||
"dream": {"schedule": ""},
|
"dream": {"schedule": ""},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue