Created
March 24, 2017 22:24
-
-
Save patelcp/cecd5ccb314faad5ecf4a9720a3d295f to your computer and use it in GitHub Desktop.
Disabling xDB and Xdb tracking: https://doc.sitecore.net/sitecore_experience_platform/81/setting_up_and_maintaining/experience_management/configuring/disabling_xdb_and_the_xdb_tracker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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