fix realtimePort

This commit is contained in:
Andras Bacsai
2023-12-11 19:11:29 +01:00
parent 423dfc6280
commit f0ee26cd86
2 changed files with 4 additions and 3 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: "{{ App\Models\InstanceSettings::realtimePort() }}",
wssPort: "{{ App\Models\InstanceSettings::realtimePort() }}",
wsPort: "{{ $realtimePort }}",
wssPort: "{{ $realtimePort }}",
forceTLS: false,
encrypted: true,
enableStats: false,