AB#5820 - Initialize the webprofiler in asp.net core
This commit is contained in:
@@ -24,7 +24,6 @@ namespace Umbraco.Web.UI.BackOffice
|
||||
{
|
||||
|
||||
services.AddUmbracoConfiguration();
|
||||
services.AddUmbracoRequest();
|
||||
services.AddUmbracoCore();
|
||||
services.AddUmbracoWebsite();
|
||||
}
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
"AllowedHosts": "*",
|
||||
"Umbraco": {
|
||||
"CMS": {
|
||||
"Hosting": {
|
||||
"Debug": true
|
||||
},
|
||||
"Imaging": {
|
||||
"Resize": {
|
||||
"MaxWidth": 5000,
|
||||
|
||||
Reference in New Issue
Block a user