Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Mar 22, 2024
1 parent 2d262ad commit 5af4962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/config/temporal.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Spiral\TemporalBridge\Connection\SslConnection;

return [
'connection' => 'default',
'connection' => env('TEMPORAL_CONNECTION', 'default'),
'connections' => [
'default' => new DsnConnection(
address: 'localhost:7233',
Expand Down

0 comments on commit 5af4962

Please sign in to comment.