pusher issues
This commit is contained in:
parent
969ea504f3
commit
b6b841391c
1 changed files with 5 additions and 5 deletions
|
|
@ -36,10 +36,10 @@ return [
|
|||
'secret' => env('REVERB_APP_SECRET'),
|
||||
'app_id' => env('REVERB_APP_ID'),
|
||||
'options' => [
|
||||
'host' => env('REVERB_HOST'),
|
||||
'port' => env('REVERB_PORT', 443),
|
||||
'scheme' => env('REVERB_SCHEME', 'https'),
|
||||
'useTLS' => env('REVERB_SCHEME', 'https') === 'https',
|
||||
'host' => env('REVERB_API_HOST', '127.0.0.1'),
|
||||
'port' => env('REVERB_API_PORT', 9001),
|
||||
'scheme' => env('REVERB_API_SCHEME', 'http'),
|
||||
'useTLS' => env('REVERB_API_SCHEME', 'http') !== 'https',
|
||||
],
|
||||
'client_options' => [
|
||||
// Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue