Skip to content

Instantly share code, notes, and snippets.

@adoprog
Last active August 29, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adoprog/1000f319f2580ae05d46 to your computer and use it in GitHub Desktop.
Save adoprog/1000f319f2580ae05d46 to your computer and use it in GitHub Desktop.
Opserver app.config example
<configSections>
<section name="Settings" type="StackExchange.Opserver.SettingsSection, StackExchange.Opserver.Core" />
<section name="SecuritySettings" type="StackExchange.Opserver.SecuritySettings, StackExchange.Opserver.Core" />
<section name="Exceptional" type="StackExchange.Exceptional.Settings, StackExchange.Opserver.Core" />
</configSections>
<SecuritySettings configSource="Config\SecuritySettings.config" />
<Settings name="JSON" provider="JSONFile" path="~\Config\" />
<Exceptional applicationName="Status">
<ErrorStore type="Memory" />
</Exceptional>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment