Skip to content

Commit

Permalink
pusher domain
Browse files Browse the repository at this point in the history
  • Loading branch information
iWirk committed Jul 4, 2022
1 parent a837728 commit d7cfb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/broadcasting.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
'host' => '127.0.0.1',
'host' => env('SESSION_DOMAIN'),
'port' => 6001,
'scheme' => Str::startsWith(config('app.url'), 'https') ? 'https' : 'http',
'curl_options' => config('app.debug') ? [
Expand Down

0 comments on commit d7cfb56

Please sign in to comment.