many fixes and improvements - rework for modules/ and common/
feat(emailer): add Postmark and Resend providers
This commit is contained in:
8
backend/Modules/Creators/Configuration/CreatorOptions.cs
Normal file
8
backend/Modules/Creators/Configuration/CreatorOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Hutopy.Modules.Creators.Configuration;
|
||||
|
||||
public class CreatorOptions
|
||||
{
|
||||
public const string ConfigurationSection = "Creators";
|
||||
|
||||
public TimeSpan SlugReservationDuration { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user