Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit c83137c

Browse files
authored
Fix missing wssPort for SSL example (#776)
1 parent febe858 commit c83137c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/basic-usage/ssl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ window.Echo = new Echo({
6161
key: 'your-pusher-key',
6262
wsHost: window.location.hostname,
6363
wsPort: 6001,
64+
wssPort: 6001,
6465
disableStats: true,
6566
forceTLS: true
6667
});

0 commit comments

Comments
 (0)