Removing legacy Examine.Config references from web.config template

This commit is contained in:
Callum Whyte
2020-05-23 13:51:00 +01:00
committed by Sebastiaan Janssen
parent 4aef0d0997
commit e96d2a30cc

View File

@@ -1,8 +1,7 @@
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
<!--
Defines transforms that apply to web.Template.config when creating the Debug web.config.
This file should contain changes that need to go into the Debug config (the one that everybody
@@ -13,14 +12,6 @@
file everytime Umbraco builds.
-->
<configSections>
<section name="Examine" xdt:Transform="Remove" xdt:Locator="Match(name)" />
<section name="ExamineLuceneIndexSets" xdt:Transform="Remove" xdt:Locator="Match(name)" />
</configSections>
<Examine xdt:Transform="Remove" />
<ExamineLuceneIndexSets xdt:Transform="Remove" />
<appSettings>
<add key="Umbraco.TestData.Enabled" xdt:Transform="Remove" xdt:Locator="Match(key)"/>
<add key="Umbraco.TestData.Enabled" value="true" xdt:Transform="Insert" />