namespace FMSAdmin.Helpers { public class AppSettings { public string Secret { get; set; } public string StorageUrl { get; set; } public string StoragePath { get; set; } public string Scheduler { get; set; } public string WeatherApiKey { get; set; } public string DustApiKey { get; set; } } }