mod default pusher host
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Philipp Lang 2023-08-15 16:28:10 +02:00
parent a858fd40a7
commit e8e309fccd
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ return [
'options' => [ 'options' => [
'cluster' => 'adrema', 'cluster' => 'adrema',
'encrypted' => true, 'encrypted' => true,
'host' => env('PUSHER_APP_HOST', '127.0.0.1'), 'host' => env('PUSHER_APP_HOST', 'socketi'),
'useTLS' => true, 'useTLS' => true,
'port' => 6001, 'port' => 6001,
'scheme' => 'http', 'scheme' => 'http',