Skip to content

Commit

Permalink
echo env correction
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1DEA committed Feb 13, 2024
1 parent 48d6493 commit d1b5775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ window.Echo = new Echo({
broadcaster: 'pusher',
key: 'app-key',
cluster: '',
wsHost: '127.0.0.1',
wsHost: import.meta.env.VITE_PUSHER_HOST,
wsPort: '6001',
forceTLS: false,
enabledTransports: ['ws'],
enabledTransports: ['ws', 'wss'],
});

0 comments on commit d1b5775

Please sign in to comment.