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