StableVersion4.3/RFIDAutomaticInductionTime/App.config

17 lines
880 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ServiceName" value="RFID Service"/>
<add key="DisplayName" value="RFID Service 时间自动感应服务"/>
<add key="ServiceDescription" value="急危重症区域平台RFID自动感应服务。如果此服务被终止将无法自动获取各节点的感应时间。"/>
<add key="StrPort" value="5001"/>
<add key="IsDebug" value="true"/>
<add key="StrCon" value="Data Source =.;Initial Catalog = HL_FristAidPlatform_V2.1;User Id = sa;Password = hnsc888"/>
<add key="ChestPain" value="2"/>
<add key="Apoplexy" value="3"/>
<add key="Trauma" value="4"/>
<add key="CriticalPregnant" value="5"/>
<add key="CriticalNeonatal" value="6"/>
</appSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>