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

@@ -13,7 +13,6 @@
public string? QueueName { get; set; }
public string? UserName { get; set; }
public string? Password { get; set; }
public int CheckIntervalSeconds { get; set; } = 30;
}
internal class StorageSettings