This commit is contained in:
Andras Bacsai
2023-12-11 20:01:54 +01:00
parent 4f800f5331
commit d79da996d3
6 changed files with 20 additions and 23 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('coolify.realtime_port') }}",
wssPort: "{{ config('coolify.realtime_port') }}",
wsPort: "{{ getRealtime() }}",
wssPort: "{{ getRealtime() }}",
forceTLS: false,
encrypted: true,
enableStats: false,