90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"umbracoDbDSN": ""
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Umbraco": {
|
|
"CMS": {
|
|
"Imaging": {
|
|
"Resize": {
|
|
"MaxWidth": 5000,
|
|
"MaxHeight": 5000
|
|
},
|
|
"Cache": {
|
|
"Folder": "../App_Data/Cache",
|
|
"MaxBrowserCacheDays": 7,
|
|
"MaxCacheDays": 365,
|
|
"CachedNameLength": 8
|
|
}
|
|
},
|
|
"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": [
|
|
{"Char": " ", "Replacement": "-"},
|
|
{"Char": "\"", "Replacement": ""},
|
|
{"Char": "'", "Replacement": ""},
|
|
{"Char": "%", "Replacement": ""},
|
|
{"Char": ".", "Replacement": ""},
|
|
{"Char": ";", "Replacement": ""},
|
|
{"Char": "/", "Replacement": ""},
|
|
{"Char": "\\", "Replacement": ""},
|
|
{"Char": ":", "Replacement": ""},
|
|
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|