INNER CODE UNIT · C#
ConsulOptions
madslundt/NetCoreMicroservicesSample · Infrastructure/Consul/ConsulOptions.cs:3
public class ConsulOptions
{
public string Id { get; set; }
public string Name { get; set; }
public string[] Tags { get; set; }
public string ConsulAddress { get; set; }
public string ServiceAddress { get; set; }
public bool DisableAgentCheck { get; set; }
}
}