diff --git a/config/reverb.php b/config/reverb.php index 798ead6..249e47b 100644 --- a/config/reverb.php +++ b/config/reverb.php @@ -84,6 +84,20 @@ return [ 'ping_interval' => env('REVERB_APP_PING_INTERVAL', 60), 'max_message_size' => env('REVERB_APP_MAX_MESSAGE_SIZE', 10_000), ], + [ + 'key' => 'test', + 'secret' => env('REVERB_APP_SECRET'), + 'app_id' => '521001', + 'options' => [ + 'host' => env('REVERB_HOST'), + 'port' => env('REVERB_PORT', 443), + 'scheme' => env('REVERB_SCHEME', 'https'), + 'useTLS' => env('REVERB_SCHEME', 'https') === 'https', + ], + 'allowed_origins' => ['*'], + 'ping_interval' => env('REVERB_APP_PING_INTERVAL', 60), + 'max_message_size' => env('REVERB_APP_MAX_MESSAGE_SIZE', 10_000), + ], ], ],