Skip to content

Instantly share code, notes, and snippets.

@SaschaHeyer
Created January 17, 2018 08:49
Show Gist options
  • Save SaschaHeyer/085cea564bcaf6691bffe508ebb5caa1 to your computer and use it in GitHub Desktop.
Save SaschaHeyer/085cea564bcaf6691bffe508ebb5caa1 to your computer and use it in GitHub Desktop.
disableLookup.config
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<settings>
<setting name="Analytics.PerformLookup">
<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