This commit is contained in:
Andras Bacsai
2023-12-06 14:11:02 +01:00
parent 9f44d0c47a
commit 131c6df82a

View File

@@ -37,7 +37,7 @@ return [
'app_id' => env('PUSHER_APP_ID', 'coolify'), 'app_id' => env('PUSHER_APP_ID', 'coolify'),
'options' => [ 'options' => [
'host' => env('PUSHER_BACKEND_HOST', 'coolify-soketi'), 'host' => env('PUSHER_BACKEND_HOST', 'coolify-soketi'),
'port' => env('PUSHER_PORT', 6001), 'port' => env('PUSHER_BACKEND_PORT', 6001),
'scheme' => env('PUSHER_SCHEME', 'http'), 'scheme' => env('PUSHER_SCHEME', 'http'),
'encrypted' => true, 'encrypted' => true,
'useTLS' => env('PUSHER_SCHEME', 'https') === 'https', 'useTLS' => env('PUSHER_SCHEME', 'https') === 'https',