Last active
February 4, 2017 16:27
-
-
Save hishaamn/03aac11e20707fdfdf52c31b14fb96df to your computer and use it in GitHub Desktop.
Publishing Service Connection String
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
<Settings> | |
<Sitecore> | |
<Publishing> | |
<ConnectionStrings> | |
<Master>user id={userId};password={Password};Data Source={Datasource};Database=SitecoreExperimentalLab_Master;MultipleActiveResultSets=True;</Master> | |
<Web>user id={userId};password={Password};Data Source={Datasource};Database=SitecoreExperimentalLab_Web;MultipleActiveResultSets=True;</Web> | |
<Core>user id={userId};password={Password};Data Source={Datasource};Database=SitecoreExperimentalLab_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