Skip to content

Commit

Permalink
fix ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
Oğuzhan Aydın committed Apr 29, 2021
1 parent 49d9853 commit 275ecae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified img/healtcheck-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public static IServiceCollection AddCustomHealtCheck(this IServiceCollection ser
tags: new[] { "OrderDB" })
.AddRabbitMQ(
$"amqp://{configuration["EventBusConnection"]}",
name: "order-rabbitmqbus-check",
name: "product-rabbitmqbus-check",
tags: new[] { "rabbitmqbus" })
.AddRedis(configuration["RedisConnection"],
name: "redis-check",
Expand Down

0 comments on commit 275ecae

Please sign in to comment.