Last active
October 11, 2015 17:58
-
-
Save wattsm/3897959 to your computer and use it in GitHub Desktop.
Header based settings provider configuration
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
<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