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