X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=config%2Fbroadcasting.php;fp=config%2Fbroadcasting.php;h=fcedd9fa807b9b519a5f17a863cc283e32f7ce4a;hb=78ee3a45427e1227013773b2a1c19fc1ee0efc12;hp=67fcbbd6c89c6deaa0ffc3bec50d66a36406718a;hpb=4bf2dd1dd1f6d31b2ebe299b7495a8b0e259ec77;p=alttp.git diff --git a/config/broadcasting.php b/config/broadcasting.php index 67fcbbd..fcedd9f 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -38,6 +38,9 @@ return [ 'options' => [ 'cluster' => env('PUSHER_APP_CLUSTER'), 'useTLS' => true, + 'host' => 'localhost', + 'port' => env('LARAVEL_WEBSOCKETS_PORT', 6001), + 'scheme' => 'http', ], 'client_options' => [ // Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html