This commit is contained in:
Jamie Rees 2020-07-31 08:13:44 +01:00
commit 4c4f8f373d
5 changed files with 86 additions and 15 deletions

View file

@ -12,5 +12,7 @@
public bool HideRequestsUsers { get; set; }
public bool DisableHealthChecks { get; set; }
public string DefaultLanguageCode { get; set; } = "en";
public bool AutoDeleteAvailableRequests { get; set; }
public int AutoDeleteAfterDays { get; set; }
}
}