Skip to content

Commit db27885

Browse files
committed
fix: default config
1 parent 15fcb3c commit db27885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ case config_env() do
44
:dev ->
55
config :tesla, adapter: {Tesla.Adapter.Hackney, [recv_timeout: 30_000]}
66

7-
config :ex_rabbitmq_admin, ExRabbitMQAdmin.Client,
7+
config :ex_rabbitmq_admin, ExRabbitMQAdmin,
88
base_url: System.get_env("RABBITMQ_HTTP_BASE_URL", "http://localhost:15672"),
99
username: "guest",
1010
password: "guest"

0 commit comments

Comments
 (0)