fix(templateGeneratorWorker): MqSettings
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
namespace PARR.TemplateGeneratorWorker.Settings
|
||||
{
|
||||
public class MqSettings : IMqSettings//TODO почему-то только публик работает
|
||||
public class MqSettings : IMqSettings
|
||||
{
|
||||
public string HostName { get; set; } = string.Empty;
|
||||
public string QueueName { get; set; } = string.Empty;
|
||||
public string User { get; set; } = string.Empty;
|
||||
public string Password { get; set; } = string.Empty;
|
||||
public ushort? PrefetchCount { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user