Skip to content

Instantly share code, notes, and snippets.

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 xavierzwirtz/98cbcf64210b601ac29719afd62a060c to your computer and use it in GitHub Desktop.
Save xavierzwirtz/98cbcf64210b601ac29719afd62a060c to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!-- Rename this file to BirdDogSoftware.Jobmaster.exe.config -->
<configuration>
<configSections>
<section name="jobdatabaseInfo" type="BirdDogSoftware.Library.Services.DatabasesSectionHandler,BirdDogSoftware.Library"/>
<section name="emailnotifierInfo" type="BirdDogSoftware.Library.Services.EmailSectionHandler,BirdDogSoftware.Library"/>
</configSections>
<appSettings>
<add key="LoggingLevel" value="3"/>
</appSettings>
<jobdatabaseInfo>
<database name="Data_001" server="PEL-SQL01" type="1" username="" password="" UseTrustedConnection="true" licensename="Pel" serialnumber="2ca05c91cbfb" executeInterval="1" logginglevel="3"/>
</jobdatabaseInfo>
<!-- Under certain circumstances, such as databases not available, or jobs not running
notifications will need to be emailed to someone -->
<emailnotifierInfo>
<notified mailto="support@somewhere.com" servername="smtp.mymail.com" username="username" password="password" port="1000"/>
</emailnotifierInfo>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="Humanizer" publicKeyToken="979442b78dfc278e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="2.7.0.0" />
</dependentAssembly>
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="10.0.0.0" />
</dependentAssembly>
</assemblyBinding></runtime>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment