6 lines
128 B
C#
6 lines
128 B
C#
namespace JOBot.Backend.Infrastructure.Config;
|
|
|
|
public static class RabbitQueues
|
|
{
|
|
public const string AuthQueue = "auth";
|
|
} |