Created
November 24, 2019 08:19
-
-
Save AmitKumar-AK/bc0b7a1380b3e3b77741b80815770944 to your computer and use it in GitHub Desktop.
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/" xmlns:role="http://www.sitecore.net/xmlconfig/role/"> | |
<sitecore> | |
<databases> | |
<database id="core"> | |
<dataProviders hint="list:AddDataProvider"> | |
<dataProvider ref="dataProviders/main" param1="$(id)"> | |
<prefetch hint="raw:AddPrefetch"> | |
<patch:delete /> | |
</prefetch> | |
</dataProvider> | |
</dataProviders> | |
</database> | |
<database id="master" role:require="Standalone or Reporting or Processing or ContentManagement"> | |
<dataProviders hint="list:AddDataProvider"> | |
<dataProvider ref="dataProviders/main" param1="$(id)"> | |
<prefetch hint="raw:AddPrefetch"> | |
<patch:delete /> | |
</prefetch> | |
</dataProvider> | |
</dataProviders> | |
</database> | |
<database id="web" role:require="Standalone or Reporting or ContentManagement or ContentDelivery"> | |
<dataProviders hint="list:AddDataProvider"> | |
<dataProvider ref="dataProviders/main" param1="$(id)"> | |
<prefetch hint="raw:AddPrefetch"> | |
<patch:delete /> | |
</prefetch> | |
</dataProvider> | |
</dataProviders> | |
</database> | |
</databases> | |
</sitecore> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment