diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-29 18:03:13 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-07-29 18:10:50 +0100 |
commit | 8c0a2a6383a447bcfe988f8fa46f3923e30bff17 (patch) | |
tree | ab7483cda3af501fc0dfec175dda4983a7b99aad /config/broadcasting.php | |
parent | e15ea940b3823f8865d63d34e464328be6b25c34 (diff) |
Merge fixes into v5.5 branch (#12)
---------
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Diffstat (limited to 'config/broadcasting.php')
-rw-r--r-- | config/broadcasting.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/config/broadcasting.php b/config/broadcasting.php index 2410485..98a0093 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -1,35 +1,8 @@ <?php return [ - - /* - |-------------------------------------------------------------------------- - | Default Broadcaster - |-------------------------------------------------------------------------- - | - | This option controls the default broadcaster that will be used by the - | framework when an event needs to be broadcast. You may set this to - | any of the connections defined in the "connections" array below. - | - | Supported: "pusher", "ably", "redis", "log", "null" - | - */ - 'default' => env('BROADCAST_DRIVER', 'null'), - - /* - |-------------------------------------------------------------------------- - | Broadcast Connections - |-------------------------------------------------------------------------- - | - | Here you may define all of the broadcast connections that will be used - | to broadcast events to other systems or over websockets. Samples of - | each available type of connection are provided inside this array. - | - */ - 'connections' => [ - 'pusher' => [ 'driver' => 'pusher', 'key' => env('PUSHER_APP_KEY'), |