fix pusher

This commit is contained in:
MUHD HAFIFIE
2021-04-14 01:54:00 +08:00
parent 173959b92c
commit 8aaac6a08c
+2 -1
View File
@@ -37,7 +37,8 @@ return [
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'cluster' => 'ap1',
'useTLS' => true
'useTLS' => false,
'scheme' => 'http'
],
],