From e30b147b3a25cd83e5962938d5483915c034f6cb Mon Sep 17 00:00:00 2001 From: Nathan Rzepecki Date: Fri, 21 Aug 2020 10:32:36 +0800 Subject: [PATCH] Not sure why the formatting changed --- config/websockets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ],