We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83aae2 commit 4f6b6c8Copy full SHA for 4f6b6c8
1 file changed
config/broadcasting.php
@@ -37,7 +37,8 @@
37
'app_id' => env('REVERB_APP_ID'),
38
'options' => [
39
'useTLS' => env('REVERB_SERVER_SCHEME', 'https') === 'https',
40
- 'host' => env('REVERB_SERVER_HOST', env('APP_URL') ? parse_url(env('APP_URL'))['host'] : 'openshift.docker.dev'),
+ 'host' => env('REVERB_SERVER_HOST',
41
+ env('APP_URL') ? parse_url(env('APP_URL'))['host'] : 'openshift.docker.dev'),
42
'port' => env('REVERB_SERVER_PORT', env('REVERB_PORT', 443)),
43
'scheme' => env('REVERB_SERVER_SCHEME', 'https'),
44
'debug' => env('REVERB_DEBUG', false),
0 commit comments