Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/39895741ff6e57a0789ef4bbec6b41eb to your computer and use it in GitHub Desktop.
Save ssougnez/39895741ff6e57a0789ef4bbec6b41eb to your computer and use it in GitHub Desktop.
<?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