SafeDispatch/AppServerWatchDogService/App.config
2024-02-22 18:43:59 +02:00

21 lines
706 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!--AppServer Monitor-->
<add key="monitorAppServer" value="true"/>
<add key="timeoutBeforeStartingToMonitorSec" value="15"/>
<add key="numberOfMissingPingsWithAppServerAllowed" value="3"/>
<!--TCP Service Monitor-->
<add key="restartTCPService" value="true"/>
<add key="serviceName" value="TCPClientService"/>
<add key="hour" value="12"/>
<add key="minute" value="0"/>
<add key="restartType" value="periodic"/> <!-- value="periodic|fix" -->
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup>
</configuration>