This commit is contained in:
Andras Bacsai
2023-12-05 14:18:44 +01:00
parent 5cc22a8271
commit b106705c8d
3 changed files with 2 additions and 20 deletions

View File

@@ -49,7 +49,7 @@
window.Echo = new Echo({
broadcaster: 'pusher',
cluster: "{{ env('PUSHER_HOST') }}" || window.location.hostname,
key: 'coolify',
key: "{{ env('PUSHER_APP_KEY') }}" || 'coolify',
wsHost: "{{ env('PUSHER_HOST') }}" || window.location.hostname,
wsPort: "{{ env('PUSHER_PORT') }}" || 6001,
wssPort: "{{ env('PUSHER_PORT') }}" || 6001,