Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace PowderCoating.Core.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// Well-known keys for the PlatformSettings table.
|
||||
/// </summary>
|
||||
public static class PlatformSettingKeys
|
||||
{
|
||||
public const string AdminNotificationEmail = "AdminNotificationEmail";
|
||||
public const string BaseUrl = "BaseUrl";
|
||||
public const string TrialPeriodDays = "TrialPeriodDays";
|
||||
public const string TrialsEnabled = "TrialsEnabled";
|
||||
public const string QuoteApprovalTokenDays = "QuoteApprovalTokenDays";
|
||||
public const string AuditLogRetentionDays = "AuditLogRetentionDays";
|
||||
public const string StripeWebhookRetentionDays = "StripeWebhookRetentionDays";
|
||||
public const string MaxTenants = "MaxTenants";
|
||||
public const string SmsEnabled = "SmsEnabled";
|
||||
}
|
||||
Reference in New Issue
Block a user