namespace TrueCV.Infrastructure.Configuration; public sealed class LocalStorageSettings { public const string SectionName = "LocalStorage"; public string StoragePath { get; set; } = "./uploads"; }