namespace app.Configuration
{
    public class FrontendSettings
    {
        public string URL { get; set; }
    }
}