Skip to content

Commit

Permalink
update socket connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 6, 2024
1 parent 7db7ea9 commit 8b889c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ protected function configureCloudLogging(Application $app)
'with' => [
'connectionString' => $_ENV['LARAVEL_CLOUD_LOG_SOCKET'] ??
$_SERVER['LARAVEL_CLOUD_LOG_SOCKET'] ??
'127.0.0.1:8765',
'unix:///tmp/cloud-init.sock',
'persistent' => true,
],
]);
Expand Down

0 comments on commit 8b889c7

Please sign in to comment.