6 lines
128 B
C#

namespace JOBot.Backend.Infrastructure.Config;
public static class RabbitQueues
{
public const string AuthQueue = "auth";
}