Files
Umbraco-CMS/src/Umbraco.Web.UI.NetCore/appsettings.json

106 lines
3.1 KiB
JSON
Raw Normal View History

2020-02-18 08:32:06 +01:00
{
2020-03-16 14:02:08 +01:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Umbraco": {
"CMS": {
2020-03-17 17:56:00 +01:00
"Imaging": {
"Resize": {
"MaxWidth": 5000,
"MaxHeight": 5000
},
"CacheFolder" : "../App_Data/Cache",
"Cache": {
"Folder": "../App_Data/Cache",
"MaxBrowserCacheDays": 7,
"MaxCacheDays": 365,
"CachedNameLength": 8
}
},
2020-03-16 14:02:08 +01:00
"HealthChecks": {
"DisabledChecks": [
{
"id": "1B5D221B-CE99-4193-97CB-5F3261EC73DF",
"disabledBy": 1,
"disabledOn": "2020-03-15 19:19:10"
}
],
"NotificationSettings": {
"Enabled": true,
"FirstRunTime" : "",
"PeriodInHours": 24,
"NotificationMethods": {
"Email": {
"Enabled" : true,
"Verbosity" : "Summary",
"Settings": {
"RecipientEmail": ""
}
}
},
"DisabledChecks": [
{
"id": "1B5D221B-CE99-4193-97CB-5F3261EC73DF",
"disabledBy": 1,
"disabledOn": "2020-03-15 19:19:10"
}
]
}
},
"Tours": {
"EnableTours": true
},
"Core": {
"Debug": {
}
},
"Content": {
"Errors": {
"Error404" : {
"default": "1047",
"en-US":"$site/error [@name = 'error']",
"en-UK" : "8560867F-B88F-4C74-A9A4-679D8E5B3BFC"
}
}
},
"RequestHandler": {
"AddTrailingSlash": true,
"CharCollection": {
" ": "-",
"\"":"",
"'":"",
"%":"",
".":"",
";":"",
"/":"",
"\\":"",
":":"",
"#":"",
"+":"plus",
"*":"star",
"&":"",
"?":"",
"æ":"ae",
"ø":"oe",
"å":"aa",
"ä":"ae",
"ö":"oe",
"ü":"ue",
"ß":"ss",
"|":"-",
"<":"",
">":""
}
}
},
2020-02-18 08:32:06 +01:00
}
}