Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Last active September 1, 2016 15:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save islaytitans/747cf3d552c3704adecb0a8fb1c26589 to your computer and use it in GitHub Desktop.
Patch replace the PublishingServiceUrlRoot Sitecore attribute
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<settings>
<setting name="PublishingServiceUrlRoot">http://sc82rev160729publishing/</setting>
</settings>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment