Resolved issues such that application boots and back-office is navigable.

This commit is contained in:
Andy Butland
2020-08-24 09:29:40 +02:00
parent 2cd91a5a54
commit 7884e4ca17
28 changed files with 203 additions and 105 deletions

View File

@@ -1,6 +1,4 @@
using System.Text.Json.Serialization;
namespace Umbraco.Core.Configuration.Models
namespace Umbraco.Core.Configuration.Models
{
public class ImagingCacheSettings
{
@@ -10,7 +8,6 @@ namespace Umbraco.Core.Configuration.Models
public uint CachedNameLength { get; set; } = 7;
[JsonPropertyName("Folder")]
public string CacheFolder { get; set; } = "../App_Data/Cache";
}
}