Last active
February 5, 2017 09:33
-
-
Save hishaamn/82f50586c7d3eee67620cfff7b32e690 to your computer and use it in GitHub Desktop.
Connection between Host and Module
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> | |
<!-- Example: <setting name="PublishingServiceUrlRoot">http://local.publishingservice.com/</setting> --> | |
<setting name="PublishingServiceUrlRoot">http://{your site url here}/</setting> | |
</settings> | |
</sitecore> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment