/home/sharedstore/public_html/shop.sharedstore.ma/api.shop.sharedstore.ma/config
NameSizeModeActions
app.php78520664editdlrm
auth.php38970664editdlrm
broadcasting.php21470664editdlrm
cache.php33370664editdlrm
cors.php8650664editdlrm
database.php52890664editdlrm
filesystems.php23700664editdlrm
hashing.php16240664editdlrm
logging.php41730664editdlrm
mail.php40420664editdlrm
queue.php34470664editdlrm
sanctum.php29630664editdlrm
services.php9790664editdlrm
session.php74940664editdlrm
view.php10530664editdlrm
Edit: /home/sharedstore/public_html/shop.sharedstore.ma/api.shop.sharedstore.ma/config/broadcasting.php (2147B)
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'), 'host' => env('PUSHER_HOST') ?: 'api-'.env('PUSHER_APP_CLUSTER', 'mt1').'.pusher.com', 'port' => env('PUSHER_PORT', 443), 'scheme' => env('PUSHER_SCHEME', 'https'), 'encrypted' => true, 'useTLS' => env('PUSHER_SCHEME', 'https') === 'https', ], 'client_options' => [ // Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html ], ], 'ably' => [ 'driver' => 'ably', 'key' => env('ABLY_KEY'), ], 'redis' => [ 'driver' => 'redis', 'connection' => 'default', ], 'log' => [ 'driver' => 'log', ], 'null' => [ 'driver' => 'null', ], ], ];