aboutsummaryrefslogtreecommitdiff
path: root/config/broadcasting.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/broadcasting.php')
-rw-r--r--config/broadcasting.php27
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'),