test
This commit is contained in:
parent
dff7ed5b7b
commit
9f44d0c47a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
'secret' => env('PUSHER_APP_SECRET', 'coolify'),
|
'secret' => env('PUSHER_APP_SECRET', 'coolify'),
|
||||||
'app_id' => env('PUSHER_APP_ID', 'coolify'),
|
'app_id' => env('PUSHER_APP_ID', 'coolify'),
|
||||||
'options' => [
|
'options' => [
|
||||||
'host' => env('PUSHER_HOST', 'coolify-soketi'),
|
'host' => env('PUSHER_BACKEND_HOST', 'coolify-soketi'),
|
||||||
'port' => env('PUSHER_PORT', 6001),
|
'port' => env('PUSHER_PORT', 6001),
|
||||||
'scheme' => env('PUSHER_SCHEME', 'http'),
|
'scheme' => env('PUSHER_SCHEME', 'http'),
|
||||||
'encrypted' => true,
|
'encrypted' => true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue