We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0c4fd commit 56a3cdeCopy full SHA for 56a3cde
WebhookRelayService/Program.cs
@@ -39,7 +39,7 @@
39
builder.Services.AddTransient<IHttpService, HttpService>();
40
builder.Services.AddTransient<IWebhookUserRepository, WebhookUserRepository>();
41
42
-builder.Services.AddHostedService<ClearWebhookUsers>();
+// builder.Services.AddHostedService<ClearWebhookUsers>();
43
44
var connectionString = $"{settings.PostgresConnection}{Environment.GetEnvironmentVariable("PG_PASSWORD") ?? ""}";
45
builder.Services.AddDbContext<WebhookRelayContext>((options) => options.UseNpgsql(connectionString));
0 commit comments