Skip to content

Instantly share code, notes, and snippets.

@patelcp
Created March 24, 2017 22:24
Show Gist options
  • Save patelcp/cecd5ccb314faad5ecf4a9720a3d295f to your computer and use it in GitHub Desktop.
Save patelcp/cecd5ccb314faad5ecf4a9720a3d295f to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
  <sitecore>
    <settings>
      <setting name="Xdb.Enabled">
        <patch:attribute name="value">false</patch:attribute>
      </setting>
      <setting name="Xdb.Tracking.Enabled">
        <patch:attribute name="value">false</patch:attribute>
      </setting>
    </settings>
  </sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment