mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-06 07:16:10 -05:00
added config db
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using Common.Helpers;
|
||||
using Common.Helpers;
|
||||
using Data.Enums;
|
||||
using Infrastructure.Configuration;
|
||||
using Infrastructure.Verticals.ContentBlocker;
|
||||
using Infrastructure.Verticals.DownloadCleaner;
|
||||
using Infrastructure.Verticals.QueueCleaner;
|
||||
using Serilog;
|
||||
|
||||
@@ -25,7 +25,7 @@ public static class ServicesDI
|
||||
services
|
||||
.AddSingleton<IEncryptionService, AesEncryptionService>()
|
||||
.AddTransient<SensitiveDataJsonConverter>()
|
||||
.AddTransient<DataContext>()
|
||||
.AddTransient<EventsContext>()
|
||||
.AddTransient<EventPublisher>()
|
||||
.AddHostedService<EventCleanupService>()
|
||||
// API services
|
||||
|
||||
Reference in New Issue
Block a user