set broadcasting in admin and setup wizard

This commit is contained in:
Čarodej
2022-03-16 09:37:17 +01:00
parent 4bab179e17
commit 9d955799d3
16 changed files with 666 additions and 161 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ return [
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
'host' => env('PUSHER_APP_HOST'),
'port' => 8002,
'port' => env('PUSHER_APP_PORT'),
'scheme' => env('APP_ENV') === 'local' ? 'http' : 'https',
],
],