Skip to content

Commit

Permalink
fix(tests): enable to get broker connection from env
Browse files Browse the repository at this point in the history
  • Loading branch information
GetulioMR committed Oct 10, 2023
1 parent 0e52815 commit f44e2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/service.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'password' => 'PASSWORD',
],
'broker' => [
'connections' => 'kafka:9092',
'connections' => env('KAFKA_BROKER_CONNECTIONS', 'kafka:9092'),
'auth' => [
'type' => 'ssl', // ssl and none
'ca' => storage_path('ca.pem'),
Expand Down

0 comments on commit f44e2f9

Please sign in to comment.