Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save soen/36044efa30323ca9eb80e7bcd767ac35 to your computer and use it in GitHub Desktop.
Save soen/36044efa30323ca9eb80e7bcd767ac35 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<settings>
<setting name="ContentSearch.Solr.ServiceBaseAddress" value="http://urlToSolr:8983/solr" patch:instead="/configuration/sitecore/settings/setting[@name='ContentSearch.Solr.ServiceBaseAddress']"/>
<setting name="ContentSearch.Solr.EnableHttpCache" value="false" patch:instead="/configuration/sitecore/settings/setting[@name='ContentSearch.Solr.EnableHttpCache']"/>
</settings>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment