Fix RabbitMQ запись в БД. Репо перенастроен на harbor

This commit is contained in:
Mikhail Trubnikov
2023-09-04 12:17:50 +10:00
parent af21530d01
commit bd73c77027
14 changed files with 127 additions and 107 deletions

View File

@@ -16,8 +16,8 @@ IHost host = Host.CreateDefaultBuilder(args)
hostContext.Configuration.GetSection(nameof(WorkerSettings)).Bind(workerSettings);
services.AddSingleton(workerSettings);
services.InstallMailServices(hostContext.Configuration);
services.InstallDalServices(hostContext.Configuration);
//services.InstallMailServices(hostContext.Configuration);
//services.InstallDalServices(hostContext.Configuration);
services.InstallSyncerServices(hostContext.Configuration);
services.AddHostedService<Worker>();