This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace LiteCharms.Features.MidrandBooks.Seed.Configuration;
|
||||
|
||||
public class CdnSettings
|
||||
{
|
||||
public string? BaseCdn { get; set; }
|
||||
|
||||
public string[]? BookCovers { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user