@coclaw/openclaw-coclaw 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/realtime-bridge.js +1 -1
package/package.json
CHANGED
package/src/realtime-bridge.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
} from './device-identity.js';
|
|
12
12
|
import { getRuntime } from './runtime.js';
|
|
13
13
|
|
|
14
|
-
const DEFAULT_GATEWAY_WS_URL =
|
|
14
|
+
const DEFAULT_GATEWAY_WS_URL = `ws://127.0.0.1:${process.env.OPENCLAW_GATEWAY_PORT || '18789'}`;
|
|
15
15
|
const RECONNECT_MS = 10_000;
|
|
16
16
|
const CONNECT_TIMEOUT_MS = 10_000;
|
|
17
17
|
const SERVER_HB_PING_MS = 25_000;
|