Skip to content

Commit b88ee2c

Browse files
committed
reverb issues
1 parent a30555a commit b88ee2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/reverb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
'scheme' => env('REVERB_SCHEME', 'https'),
8888
'useTLS' => env('REVERB_SCHEME', 'https') === 'https',
8989
],
90-
'allowed_origins' => [env('REVERB_HOST')],
90+
'allowed_origins' => [env('APP_URL')],
9191
'ping_interval' => env('REVERB_APP_PING_INTERVAL', 60),
9292
'activity_timeout' => env('REVERB_APP_ACTIVITY_TIMEOUT', 30),
9393
'max_message_size' => env('REVERB_APP_MAX_MESSAGE_SIZE', 10_000),

0 commit comments

Comments
 (0)