Merge branch 'feature/8651-config-options-patten' of https://github.com/AndyButland/Umbraco-CMS into feature/8651-config-options-patten

This commit is contained in:
Andy Butland
2020-09-03 12:57:35 +02:00
8 changed files with 187 additions and 70 deletions

View File

@@ -132,7 +132,7 @@ namespace Umbraco.Extensions
settings.EnableTours = false;
});
// TODO: remove this once no longer requred in Umbraco.Web.
// TODO: remove this once no longer requred in Umbraco.Web.
var configsFactory = new AspNetCoreConfigsFactory(configuration);
var configs = configsFactory.Create();
services.AddSingleton(configs);