fix realtimePort
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user