From adfeb365bf96eebe6ea3879d1cdf585a3c74dac3 Mon Sep 17 00:00:00 2001 From: fsociety Date: Wed, 2 Oct 2024 14:01:43 +0200 Subject: [PATCH] feat(config/reverb): update app credentials in reverb config file --- config/reverb.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/reverb.php b/config/reverb.php index 249e47b..7817ab0 100644 --- a/config/reverb.php +++ b/config/reverb.php @@ -71,9 +71,9 @@ return [ 'apps' => [ [ - 'key' => env('REVERB_APP_KEY'), - 'secret' => env('REVERB_APP_SECRET'), - 'app_id' => env('REVERB_APP_ID'), + 'key' => 'n1mq9ma0t3yitrxdckhm', + 'secret' => '3zea0v73cf7lftzv0uaa', + 'app_id' => '521000', 'options' => [ 'host' => env('REVERB_HOST'), 'port' => env('REVERB_PORT', 443),