Not sure why the formatting changed

This commit is contained in:
Nathan Rzepecki 2020-08-21 10:32:36 +08:00
parent f1c04d3192
commit e30b147b3a
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ return [
'passphrase' => env('LARAVEL_WEBSOCKETS_SSL_PASSPHRASE', null), 'passphrase' => env('LARAVEL_WEBSOCKETS_SSL_PASSPHRASE', null),
'verify_peer' => env('APP_ENV') === 'production', 'verify_peer' => env('APP_ENV') === 'production',
'allow_self_signed' => env('APP_ENV') !== 'production', 'allow_self_signed' => env('APP_ENV') !== 'production',
], ],