Finished healthchecks

This commit is contained in:
Jamie Rees 2020-02-17 21:10:24 +00:00
parent db2e3bd08c
commit c20c16b7a0
13 changed files with 280 additions and 56 deletions

View file

@ -10,6 +10,7 @@
public bool IgnoreCertificateErrors { get; set; }
public bool DoNotSendNotificationsForAutoApprove { get; set; }
public bool HideRequestsUsers { get; set; }
public bool DisableHealthChecks { get; set; }
public string DefaultLanguageCode { get; set; } = "en";
}
}