feat(config/reverb): update app credentials in reverb config file

This commit is contained in:
fsociety
2024-10-02 14:01:43 +02:00
parent 33b5c9068e
commit adfeb365bf

View File

@@ -71,9 +71,9 @@ return [
'apps' => [ 'apps' => [
[ [
'key' => env('REVERB_APP_KEY'), 'key' => 'n1mq9ma0t3yitrxdckhm',
'secret' => env('REVERB_APP_SECRET'), 'secret' => '3zea0v73cf7lftzv0uaa',
'app_id' => env('REVERB_APP_ID'), 'app_id' => '521000',
'options' => [ 'options' => [
'host' => env('REVERB_HOST'), 'host' => env('REVERB_HOST'),
'port' => env('REVERB_PORT', 443), 'port' => env('REVERB_PORT', 443),