Skip to content

Commit

Permalink
Add WSS host
Browse files Browse the repository at this point in the history
  • Loading branch information
mintopia committed Jun 18, 2024
1 parent 98929a0 commit fb60b17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ window.Echo = new Echo({
key: window.pusherConfig.appKey,
wsHost: window.pusherConfig.host,
wsPort: window.pusherConfig.port,
wssHost: window.pusherConfig.host,
wssPort: window.pusherConfig.port,
forceTLS: window.pusherConfig.scheme === 'https',
enabledTransports: ['ws', 'wss'],
Expand Down

0 comments on commit fb60b17

Please sign in to comment.