pusher issues

This commit is contained in:
jon brookes 2026-02-15 11:47:11 +00:00
parent 969ea504f3
commit b6b841391c

View file

@ -36,10 +36,10 @@ return [
'secret' => env('REVERB_APP_SECRET'), 'secret' => env('REVERB_APP_SECRET'),
'app_id' => env('REVERB_APP_ID'), 'app_id' => env('REVERB_APP_ID'),
'options' => [ 'options' => [
'host' => env('REVERB_HOST'), 'host' => env('REVERB_API_HOST', '127.0.0.1'),
'port' => env('REVERB_PORT', 443), 'port' => env('REVERB_API_PORT', 9001),
'scheme' => env('REVERB_SCHEME', 'https'), 'scheme' => env('REVERB_API_SCHEME', 'http'),
'useTLS' => env('REVERB_SCHEME', 'https') === 'https', 'useTLS' => env('REVERB_API_SCHEME', 'http') !== 'https',
], ],
'client_options' => [ 'client_options' => [
// Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html // Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html