Refactored database references
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-05-09 16:58:34 +02:00
parent 6db6228bc9
commit ff34326a53
55 changed files with 73 additions and 73 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ public static class Constants
{
public const int QueueBounds = 100000;
public const string LeadGeneratorSchedulerName = "leadgenerator";
public const string LeadGeneratorSchedulerInstanceId = "golden-dawn";
public const string ShopSchedulerName = "shop";
public const string ShopSchedulerInstanceId = "golden-dawn";
public const string EmailServiceBus = nameof(EmailServiceBus);
public const string GeneralServiceBus = nameof(GeneralServiceBus);