Set env vars for mix test
This commit is contained in:
@@ -15,3 +15,8 @@ config :phoenix, :plug_init_mode, :runtime
|
||||
|
||||
config :kafka_ex,
|
||||
disable_default_worker: true
|
||||
|
||||
System.put_env("KAFKA_BROKER1_HOST", "localhost")
|
||||
System.put_env("KAFKA_BROKER2_HOST", "localhost")
|
||||
System.put_env("KAFKA_BROKER3_HOST", "localhost")
|
||||
System.put_env("KAFKA_BROKER_PORT", "9092")
|
||||
|
||||
Reference in New Issue
Block a user