Imaging settings
This commit is contained in:
@@ -21,6 +21,7 @@ namespace Umbraco.Web.UI.BackOffice
|
||||
// For more information on how to configure your application, visit https://go.microsoft.com/fwlink/?LinkID=398940
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{
|
||||
services.AddUmbracoConfiguration();
|
||||
services.AddUmbracoWebsite();
|
||||
services.AddUmbracoBackOffice();
|
||||
}
|
||||
|
||||
@@ -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