Skip to content

Instantly share code, notes, and snippets.

@RyanABailey
Created February 16, 2016 19:45
Show Gist options
  • Select an option

  • Save RyanABailey/cc5eea0e7a2626274a95 to your computer and use it in GitHub Desktop.

Select an option

Save RyanABailey/cc5eea0e7a2626274a95 to your computer and use it in GitHub Desktop.
Sitecore reporting section
<reporting>
<dataProvider>
<datasources>
<add key="item">
<FiltersFactory>
<param desc="definitionDatabaseName">web</param>
</FiltersFactory>
</add>
<add key="collection">
<FiltersFactory>
<param desc="definitionDatabaseName">web</param>
</FiltersFactory>
</add>
<add key="reporting">
<FiltersFactory>
<param desc="definitionDatabaseName">web</param>
</FiltersFactory>
</add>
</datasources>
</dataProvider>
</reporting>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment