StableVersion4.3/HL_FristAidPlatform_POCTWin.../App.config

30 lines
1.6 KiB
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="POCTService"/>
<add key="DisplayName" value="POCTService"/>
<add key="ServiceDescription" value="POCT检查结果上传接口。如果此服务被终止将无法上传POCT检查结果。"/>
<add key="StrPort" value="8004"/>
<add key="IsDebug" value="False"/>
<add key="StrCon" value="Data Source =.;Initial Catalog = HL_FristAidPlatform_V2.1;User Id = sa;Password = 1"/>
<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"/>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
</providers>
</roleManager>
</system.web>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>