We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e730da commit 8321664Copy full SHA for 8321664
1 file changed
CallbackHandler/Bootstrapper/MiddlewareRegistry.cs
@@ -34,7 +34,7 @@ public MiddlewareRegistry()
34
String connectionString = Startup.Configuration.GetValue<String>("EventStoreSettings:ConnectionString");
35
KurrentDBClientSettings eventStoreSettings = KurrentDBClientSettings.Create(connectionString);
36
37
- this.AddHealthChecks().AddTransactionProcessorService().AddEventStore(eventStoreSettings, userCredentials: eventStoreSettings.DefaultCredentials,
+ this.AddHealthChecks().AddEventStore(eventStoreSettings, userCredentials: eventStoreSettings.DefaultCredentials,
38
name: "Eventstore", failureStatus: HealthStatus.Unhealthy, tags: new[] { "db", "eventstore" });
39
40
this.AddSwaggerGen(AddSwaggerAction);
0 commit comments