Add nice error page for boot, like in v8

This commit is contained in:
Bjarke Berg
2021-03-08 10:03:36 +01:00
parent a86054e487
commit 72411aa1a1
5 changed files with 52 additions and 12 deletions

View File

@@ -19,6 +19,12 @@ namespace Umbraco.Cms.Core.Configuration.Models
/// </remarks>
public bool InstallUnattended { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether unattended upgrades are enabled.
/// </summary>
public bool UpgradeUnattended { get; set; } = false;
/// <summary>
/// Gets or sets a value to use for creating a user with a name for Unattended Installs
/// </summary>