Skip to content

Commit

Permalink
Disable kafka_ex in all envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Argonus committed Nov 30, 2023
1 parent dbc39bd commit 21648e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Config

config :kafka_ex, disable_default_worker: true

import_config "#{Mix.env()}.exs"
2 changes: 0 additions & 2 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ import Config
config :logger, level: :warning

config :testcontainers, log_level: :warning

config :kafka_ex, disable_default_worker: true

0 comments on commit 21648e9

Please sign in to comment.