Fix RabbitMQ запись в БД. Репо перенастроен на harbor
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user