7 lines
182 B
C#
7 lines
182 B
C#
namespace Moonlight.Api.Configuration;
|
|
|
|
public class ContainerHelperOptions
|
|
{
|
|
public bool IsEnabled { get; set; }
|
|
public string Url { get; set; } = "http://helper:8080";
|
|
} |