From 6fe0e9bb12f3876b269b8794392f1bfff85badb7 Mon Sep 17 00:00:00 2001 From: Joe Dixon Date: Tue, 13 Feb 2024 16:55:26 +0000 Subject: [PATCH] update config --- config/reverb.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/reverb.php b/config/reverb.php index bf0fb355..f874e814 100644 --- a/config/reverb.php +++ b/config/reverb.php @@ -60,11 +60,9 @@ 'secret' => env('REVERB_APP_SECRET'), 'app_id' => env('REVERB_APP_ID'), 'options' => [ - 'cluster' => env('REVERB_APP_CLUSTER'), 'host' => env('REVERB_HOST'), 'port' => env('REVERB_PORT', 443), 'scheme' => env('REVERB_SCHEME', 'https'), - 'encrypted' => true, 'useTLS' => env('REVERB_SCHEME', 'https') === 'https', ], 'allowed_origins' => ['*'],