namespace Moonlight.Api.Configuration; public class ContainerHelperOptions { public bool IsEnabled { get; set; } public string Url { get; set; } = "http://helper:8080"; }