Skip to content

Instantly share code, notes, and snippets.

@wattsm
Last active October 11, 2015 17:58
Show Gist options
  • Save wattsm/3897959 to your computer and use it in GitHub Desktop.
Save wattsm/3897959 to your computer and use it in GitHub Desktop.
Header based settings provider configuration
<consumer name='Test' type='MyAssembly.MyConsumer, MyAssembly'>
<settings>
<add key='mapping-name' value='example' />
<add key='mapping-file-name' value='example-mappings.xml' />
<provider
type='Tribal.Switchboard.Extensions.Mapping.HeaderBasedSettingProvider, Tribal.Switchboard.Extensions'
/>
</settings>
</consumer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment