Not sure why the formatting changed
This commit is contained in:
parent
f1c04d3192
commit
e30b147b3a
|
|
@ -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',
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue