mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-13 17:23:11 -05:00
Change from SQL CE to SQL Express
This commit is contained in:
@@ -5,15 +5,9 @@
|
||||
<Setting Name="LogDatabase" Type="System.Boolean" Scope="Application">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="LcdTemplate" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="PollingInterval" Type="System.TimeSpan" Scope="Application">
|
||||
<Value Profile="(Default)">00:00:01</Value>
|
||||
</Setting>
|
||||
<Setting Name="DatabaseFile" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">C:\WeatherCenter\WeatherCenter.sdf</Value>
|
||||
</Setting>
|
||||
<Setting Name="SignalR_ListenUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://*:9090</Value>
|
||||
</Setting>
|
||||
|
||||
Reference in New Issue
Block a user