/home/techb158/immovalet.com/config
NameSizeModeActions
app.php93720644editdlrm
auth.php38030644editdlrm
broadcasting.php17110644editdlrm
cache.php32740644editdlrm
cors.php8460644editdlrm
database.php50540644editdlrm
filesystems.php22820644editdlrm
hashing.php15710644editdlrm
logging.php30540644editdlrm
mail.php35450644editdlrm
queue.php29060644editdlrm
services.php9500644editdlrm
session.php70410644editdlrm
view.php10530644editdlrm
Edit: /home/techb158/immovalet.com/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', ], ], ];