mod default pusher host
This commit is contained in:
parent
a858fd40a7
commit
e8e309fccd
|
@ -36,7 +36,7 @@ return [
|
|||
'options' => [
|
||||
'cluster' => 'adrema',
|
||||
'encrypted' => true,
|
||||
'host' => env('PUSHER_APP_HOST', '127.0.0.1'),
|
||||
'host' => env('PUSHER_APP_HOST', 'socketi'),
|
||||
'useTLS' => true,
|
||||
'port' => 6001,
|
||||
'scheme' => 'http',
|
||||
|
|
Loading…
Reference in New Issue