<?xml version="1.0" encoding="utf-8"?> | |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | |
<connectionStrings> | |
<add name="umbracoDbDSN" | |
connectionString="" | |
providerName="" | |
xdt:Transform="SetAttributes" | |
xdt:Locator="Match(name)" /> | |
</connectionStrings> | |
<appSettings> | |
<add key="umbracoConfigurationStatus" | |
value="" | |
xdt:Transform="SetAttributes" | |
xdt:Locator="Match(key)" /> | |
</appSettings> | |
<system.web> | |
<compilation xdt:Transform="RemoveAttributes(debug)" /> | |
<machineKey xdt:Transform="Remove" /> | |
</system.web> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment