mirror of
https://github.com/ckaczor/HomeStatusWindow.git
synced 2026-02-02 01:25:39 -05:00
Fixes for new service
This commit is contained in:
@@ -8,8 +8,20 @@
|
||||
<Setting Name="WindowSettings" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="ServerAddress" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">http://chip</Value>
|
||||
<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>
|
||||
Reference in New Issue
Block a user