Skip to content

Instantly share code, notes, and snippets.

@fluxdigital
Last active March 16, 2023 23:40
Show Gist options
  • Save fluxdigital/529f959bf96a300048f2d71d2a576ca6 to your computer and use it in GitHub Desktop.
Save fluxdigital/529f959bf96a300048f2d71d2a576ca6 to your computer and use it in GitHub Desktop.
Pass Params in Dependency Injection
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/">
<sitecore>
<services>
<configurator type="FluxiDigtal.Foundation.DependencyInjection.MvcControllerServicesConfigurator, FluxiDigtal.Foundation.DependencyInjection">
<!--turn on option on CD-->
<param desc="useMyCustomCache" role:require="ContentDelivery">true</param>
</configurator>
</services>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment