Imaging settings
This commit is contained in:
@@ -9,6 +9,20 @@
|
||||
"AllowedHosts": "*",
|
||||
"Umbraco": {
|
||||
"CMS": {
|
||||
"Imaging": {
|
||||
|
||||
"Resize": {
|
||||
"MaxWidth": 5000,
|
||||
"MaxHeight": 5000
|
||||
},
|
||||
"CacheFolder" : "../App_Data/Cache",
|
||||
"Cache": {
|
||||
"Folder": "../App_Data/Cache",
|
||||
"MaxBrowserCacheDays": 7,
|
||||
"MaxCacheDays": 365,
|
||||
"CachedNameLength": 8
|
||||
}
|
||||
},
|
||||
"HealthChecks": {
|
||||
"DisabledChecks": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user