This commit is contained in:
Andras Bacsai
2023-12-06 12:57:50 +01:00
parent 778915599f
commit b2f851272b
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@
wssPort: "{{ env('PUSHER_PORT') }}" || 6001,
forceTLS: false,
encrypted: true,
disableStats: false,
enableStats: false,
enableLogging: true,
enabledTransports: ['ws', 'wss'],
});