feat(esppScheduleSync): создан проект. Добавлена основная логика синхронизации. Docker
This commit is contained in:
@@ -8,7 +8,7 @@ namespace PARR.EsppTemplateSync.Domain
|
||||
public required string TemplateName { get; set; }
|
||||
|
||||
public RobotsEnum Robot => RobotsEnum.TemplateOrder;
|
||||
|
||||
|
||||
public bool IsActive { get; set; }
|
||||
public required string WorkGroup { get; set; }
|
||||
public required string ShortDescription { get; set; }
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace PARR.EsppTemplateSync.Settings
|
||||
public MqSettings? MqSettings { get; set; }
|
||||
|
||||
public StorageSettings? StorageSettings { get; set; }
|
||||
public List<string>? IgnoreTemplateFields { get; set; }
|
||||
//public List<string>? IgnoreTemplateFields { get; set; }
|
||||
public string ParsingSeparator { get; set; } = "<|>";
|
||||
}
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ namespace PARR.EsppTemplateSync
|
||||
this.mqService = mqService;
|
||||
this.syncService = syncService;
|
||||
this.settingsFromDb = settingsFromDb;
|
||||
|
||||
if (globalSettings.MqSettings == null)
|
||||
{
|
||||
logger.LogError("Нет секции настроек хранилища. MqSettings, EsppTemplates");
|
||||
|
||||
Reference in New Issue
Block a user