mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 09:02:02 +03:00
feat: support configurable gateway port
This commit is contained in:
@@ -24,7 +24,7 @@ extension OnboardingView {
|
||||
discoveryModel: discovery)
|
||||
view.needsBootstrap = true
|
||||
view.localGatewayProbe = LocalGatewayProbe(
|
||||
port: 18789,
|
||||
port: GatewayEnvironment.gatewayPort(),
|
||||
pid: 123,
|
||||
command: "clawdis-gateway",
|
||||
expected: true)
|
||||
|
||||
Reference in New Issue
Block a user