diff --git a/config/websockets.php b/config/websockets.php index a53a90f..6c5a6ec 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -125,7 +125,7 @@ return [ 'passphrase' => env('LARAVEL_WEBSOCKETS_SSL_PASSPHRASE', null), 'verify_peer' => env('APP_ENV') === 'production', - + 'allow_self_signed' => env('APP_ENV') !== 'production', ],