Last active
August 29, 2015 14:28
-
-
Save adoprog/1000f319f2580ae05d46 to your computer and use it in GitHub Desktop.
Opserver app.config example
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
<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