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' => [
[
'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),