/var/www/cobraambalaj/config
NameSizeModeActions
analytics.php10050644editdlrm
app.php93780644editdlrm
auth.php38030644editdlrm
broadcasting.php17110644editdlrm
cache.php31990644editdlrm
cors.php8460644editdlrm
database.php50540644editdlrm
filesystems.php23100644editdlrm
hashing.php15710644editdlrm
laravellocalization.php415830644editdlrm
logging.php30040644editdlrm
mail.php33720644editdlrm
media-library.php86080644editdlrm
queue.php27660644editdlrm
services.php9500644editdlrm
session.php70410644editdlrm
translatable.php1520644editdlrm
view.php10530644editdlrm
Edit: /var/www/cobraambalaj/config/broadcasting.php (1711B)
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', ], ], ];