Fix RabbitMQ запись в БД. Репо перенастроен на harbor
This commit is contained in:
@@ -6,7 +6,6 @@ using Serilog;
|
||||
IHost host = Host.CreateDefaultBuilder(args)
|
||||
.ConfigureServices((hostContext, services) =>
|
||||
{
|
||||
services.InstallDalServices(hostContext.Configuration);
|
||||
services.InstallEsppTemplateSyncServices(hostContext.Configuration);
|
||||
|
||||
services.AddHostedService<Worker>();
|
||||
|
||||
Reference in New Issue
Block a user