1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:14:04 +00:00

broadcasting config bootstrapper: add reverb preset

This commit is contained in:
Samuel Štancl 2024-07-04 20:52:06 +02:00
parent 6b6c883234
commit 590360bf0d

View file

@ -37,6 +37,12 @@ class BroadcastingConfigBootstrapper implements TenancyBootstrapper
'broadcasting.connections.pusher.app_id' => 'pusher_app_id', 'broadcasting.connections.pusher.app_id' => 'pusher_app_id',
'broadcasting.connections.pusher.options.cluster' => 'pusher_cluster', 'broadcasting.connections.pusher.options.cluster' => 'pusher_cluster',
], ],
'reverb' => [
'broadcasting.connections.reverb.key' => 'reverb_key',
'broadcasting.connections.reverb.secret' => 'reverb_secret',
'broadcasting.connections.reverb.app_id' => 'reverb_app_id',
'broadcasting.connections.reverb.options.cluster' => 'reverb_cluster',
],
'ably' => [ 'ably' => [
'broadcasting.connections.ably.key' => 'ably_key', 'broadcasting.connections.ably.key' => 'ably_key',
'broadcasting.connections.ably.public' => 'ably_public', 'broadcasting.connections.ably.public' => 'ably_public',