Browse Source

Update broadcasting config

pull/1/head
Nafies Luthfi 5 years ago
parent
commit
dfffbdb5d5
  1. 5
      config/broadcasting.php

5
config/broadcasting.php

@ -37,7 +37,10 @@ return [
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER'),
'useTLS' => true,
'encrypted' => false,
'host' => '127.0.0.1',
'port' => 6001,
'scheme' => 'http',
],
],

Loading…
Cancel
Save