We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30555a commit b88ee2cCopy full SHA for b88ee2c
1 file changed
config/reverb.php
@@ -87,7 +87,7 @@
87
'scheme' => env('REVERB_SCHEME', 'https'),
88
'useTLS' => env('REVERB_SCHEME', 'https') === 'https',
89
],
90
- 'allowed_origins' => [env('REVERB_HOST')],
+ 'allowed_origins' => [env('APP_URL')],
91
'ping_interval' => env('REVERB_APP_PING_INTERVAL', 60),
92
'activity_timeout' => env('REVERB_APP_ACTIVITY_TIMEOUT', 30),
93
'max_message_size' => env('REVERB_APP_MAX_MESSAGE_SIZE', 10_000),
0 commit comments