Skip to content

Commit 0c07404

Browse files
authored
docs: update webSocketURL value (#3540)
1 parent ad75d30 commit 0c07404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

migration-v4.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ module.exports = {
248248
client: {
249249
// Can be `string`:
250250
//
251-
// webSocketURL: 'ws://0.0.0.0/ws'
251+
// To get protocol/hostname/port from browser
252+
// webSocketURL: 'auto://0.0.0.0:0/ws'
252253
webSocketURL: {
253254
hostname: "0.0.0.0",
254255
pathname: "/ws",

0 commit comments

Comments
 (0)