fix pusher
This commit is contained in:
@@ -37,7 +37,8 @@ return [
|
||||
'app_id' => env('PUSHER_APP_ID'),
|
||||
'options' => [
|
||||
'cluster' => 'ap1',
|
||||
'useTLS' => true
|
||||
'useTLS' => false,
|
||||
'scheme' => 'http'
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user