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