Files
HomeStatusWindow/Properties/Settings.settings
2023-03-31 20:43:02 -04:00

27 lines
1.2 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HomeStatusWindow.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="AutoStart" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="WindowSettings" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="ReconnectTimerInterval" Type="System.TimeSpan" Scope="Application">
<Value Profile="(Default)">00:00:30</Value>
</Setting>
<Setting Name="ReconnectTimeout" Type="System.TimeSpan" Scope="Application">
<Value Profile="(Default)">00:01:00</Value>
</Setting>
<Setting Name="ServerUri" Type="System.String" Scope="Application">
<Value Profile="(Default)">http://{0}:{1}/api/hub/device-status</Value>
</Setting>
<Setting Name="ServerName" Type="System.String" Scope="Application">
<Value Profile="(Default)">172.23.10.3</Value>
</Setting>
<Setting Name="ServerPort" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">80</Value>
</Setting>
</Settings>
</SettingsFile>