feat/reverb (#20)
Co-authored-by: jon brookes <marshyon@gmail.com> Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/20
This commit is contained in:
parent
74bc17d019
commit
21147af908
30 changed files with 1948 additions and 29 deletions
|
|
@ -16,18 +16,18 @@ return [
|
|||
|
||||
'broadcasting' => [
|
||||
|
||||
// 'echo' => [
|
||||
// 'broadcaster' => 'pusher',
|
||||
// 'key' => env('VITE_PUSHER_APP_KEY'),
|
||||
// 'cluster' => env('VITE_PUSHER_APP_CLUSTER'),
|
||||
// 'wsHost' => env('VITE_PUSHER_HOST'),
|
||||
// 'wsPort' => env('VITE_PUSHER_PORT'),
|
||||
// 'wssPort' => env('VITE_PUSHER_PORT'),
|
||||
// 'authEndpoint' => '/broadcasting/auth',
|
||||
// 'disableStats' => true,
|
||||
// 'encrypted' => true,
|
||||
// 'forceTLS' => true,
|
||||
// ],
|
||||
'echo' => [
|
||||
'broadcaster' => 'reverb',
|
||||
'key' => env('VITE_REVERB_APP_KEY'),
|
||||
'cluster' => env('VITE_REVERB_APP_CLUSTER'),
|
||||
'wsHost' => env('VITE_REVERB_HOST'),
|
||||
'wsPort' => env('VITE_REVERB_PORT'),
|
||||
'wssPort' => env('VITE_REVERB_PORT'),
|
||||
'authEndpoint' => '/broadcasting/auth',
|
||||
'disableStats' => true,
|
||||
'encrypted' => env('VITE_REVERB_SCHEME', 'https') === 'https',
|
||||
'forceTLS' => env('VITE_REVERB_SCHEME', 'https') === 'https',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue