PHP 7.4.33
Preview: broadcasting.php Size: 1.67 KB
/var/www/webhooks.wpress.dk/httpdocs/Podio-Failover/config/broadcasting.php
<?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'),
            'secret' => env('PUSHER_APP_SECRET'),
            'app_id' => env('PUSHER_APP_ID'),
            'options' => [
                'cluster' => env('PUSHER_APP_CLUSTER'),
                'useTLS' => true,
            ],
        ],

        'ably' => [
            'driver' => 'ably',
            'key' => env('ABLY_KEY'),
        ],

        'redis' => [
            'driver' => 'redis',
            'connection' => 'default',
        ],

        'log' => [
            'driver' => 'log',
        ],

        'null' => [
            'driver' => 'null',
        ],

    ],

];

Directory Contents

Dirs: 0 × Files: 16
Name Size Perms Modified Actions
9.20 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
3.58 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
1.67 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
3.20 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
846 B lrw-r--r-- 2022-04-12 13:37:49
Edit Download
4.94 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
2.23 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
1.54 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
3.60 KB lrw-r--r-- 2024-12-31 04:54:15
Edit Download
3.63 KB lrw-r--r-- 2022-12-07 04:08:00
Edit Download
264 B lrw-r--r-- 2022-09-10 08:19:26
Edit Download
2.84 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
2.24 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
950 B lrw-r--r-- 2022-04-12 13:37:49
Edit Download
6.88 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
1.03 KB lrw-r--r-- 2022-04-12 13:37:49
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).