Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Haik committed Mar 27, 2024
1 parent e6e179b commit 55bccd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static WebApplicationBuilder AddMassTransit(this WebApplicationBuilder bu

x.UsingRabbitMq((context, cfg) =>
{
cfg.Host(ConfigurationPaths.RabbitMqUrl);
cfg.Host(builder.Configuration.GetConnectionString(ConfigurationPaths.RabbitMqUrl));
cfg.ConfigureEndpoints(context);
});
});
Expand Down

0 comments on commit 55bccd8

Please sign in to comment.