git_bsmd/AIS/bsmd.AIS2Service/Properties/Settings.settings
Daniel Schick 47adcbacf1 ZONE MONITORING WIP 1
added classes for vertices, polygons (zones) and a monitoring vlass
2025-09-01 10:05:55 +02:00

39 lines
1.9 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="bsmd.AIS2Service.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="DataSourceHost" Type="System.String" Scope="Application">
<Value Profile="(Default)">192.168.2.25</Value>
</Setting>
<Setting Name="DataSourcePort" Type="System.UInt32" Scope="Application">
<Value Profile="(Default)">32100</Value>
</Setting>
<Setting Name="StaleTargetTimeoutMins" Type="System.UInt32" Scope="Application">
<Value Profile="(Default)">60</Value>
</Setting>
<Setting Name="ThreadSleepMS" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">250</Value>
</Setting>
<Setting Name="PosReportMinTimeDiffSecs" Type="System.UInt32" Scope="Application">
<Value Profile="(Default)">60</Value>
</Setting>
<Setting Name="SQLiteDBConnectionString" Type="System.String" Scope="Application">
<Value Profile="(Default)">Data Source=ais_initial.db;Version=3;</Value>
</Setting>
<Setting Name="PosReportDBCleanupDays" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">7</Value>
</Setting>
<Setting Name="EnableRestAPIEndpoint" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="RestAPIBaseAddress" Type="System.String" Scope="Application">
<Value Profile="(Default)">http://localhost:9050</Value>
</Setting>
<Setting Name="MonitorTestIntervalSecs" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">30</Value>
</Setting>
<Setting Name="MonitorTargetSaturationSecs" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">120</Value>
</Setting>
</Settings>
</SettingsFile>