Merge remote-tracking branch 'origin/v12/dev' into v13/dev

This commit is contained in:
Bjarke Berg
2023-09-04 10:50:00 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ namespace Umbraco.Cms.Core.Configuration.Models;
public class UnattendedSettings
{
private const bool StaticInstallUnattended = false;
private const bool StaticUpgradeUnattended = true;
private const bool StaticUpgradeUnattended = false;
/// <summary>
/// Gets or sets a value indicating whether unattended installs are enabled.

View File

@@ -33,6 +33,9 @@
"ContentVersionCleanupPolicy": {
"EnableCleanup": true
}
},
"Unattended": {
"UpgradeUnattended": true
}
}
}