Skip to content

Instantly share code, notes, and snippets.

@naveed-ahmad-biz
Last active March 20, 2019 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naveed-ahmad-biz/1bb40e1ee1275cdf333c4e07d4249cab to your computer and use it in GitHub Desktop.
Save naveed-ahmad-biz/1bb40e1ee1275cdf333c4e07d4249cab to your computer and use it in GitHub Desktop.
Sitecore Cortex - Patch file for Open Calais
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<settings>
<setting name="Sitecore.ContentTagging.OpenCalais.CalaisEndpoint" value="https://api.thomsonreuters.com/permid/calais" />
<setting name="Sitecore.ContentTagging.OpenCalais.CalaisAccessToken" value="[UpdateThisWithYourOwnKey]" />
<setting name="Sitecore.ContentTagging.OpenCalais.CalaisLanguage" value="English" />
</settings>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment