This commit is contained in:
Andras Bacsai
2023-12-11 19:46:46 +01:00
parent a19a58338c
commit 4f800f5331
4 changed files with 5 additions and 4 deletions

View File

@@ -52,8 +52,8 @@
cluster: "{{ env('PUSHER_HOST') }}" || window.location.hostname,
key: "{{ env('PUSHER_APP_KEY') }}" || 'coolify',
wsHost: "{{ env('PUSHER_HOST') }}" || window.location.hostname,
wsPort: "{{ config('realtime.port') }}",
wssPort: "{{ config('realtime.port') }}",
wsPort: "{{ config('coolify.realtime_port') }}",
wssPort: "{{ config('coolify.realtime_port') }}",
forceTLS: false,
encrypted: true,
enableStats: false,