Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Created September 1, 2016 16:18
  • 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/9f8f11e55cab1d794a373ce84eb7f136 to your computer and use it in GitHub Desktop.
ConnectionStrings for Sitecore Publishing Service
<Settings>
<Sitecore>
<Publishing>
<ConnectionStrings>
<Master>user id=sa;password=password;data source=(local)\SQLEXPRESS;database=sc82rev160729Sitecore_master;MultipleActiveResultSets=True;</Master>
<Web>user id=sa;password=password;data source=(local)\SQLEXPRESS;database=sc82rev160729Sitecore_web;MultipleActiveResultSets=True;</Web>
<Core>user id=sa;password=password;data source=(local)\SQLEXPRESS;database=sc82rev160729Sitecore_core;MultipleActiveResultSets=True;</Core>
</ConnectionStrings>
</Publishing>
</Sitecore>
</Settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment