using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace LJProxy.Settings { public class AppSettings { public string L1SvrCRPUrl { get; set; } public string L1SvrPROUrl { get; set; } public List ProxyDomainList { get; set; } } }