tijian_tieying/winform/cn.xinelu.MedicalCheckup.Client/App.config
2025-02-20 12:01:17 +08:00

75 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!--<add key="StartUrl" value="http://111.17.199.236:9056/default.aspx?tjlogout=ok" />
<add key="ReportUrl" value="http://111.17.199.236:9056/dccdc/" />-->
<add key="StartUrl" value="http://localhost:9010/default.aspx?tjlogout=ok" />
<add key="ReportUrl" value="http://localhost:9010/dccdc/" />
<add key="AppTitle" value="乐陵市铁营镇卫生院智慧体检平台(新医路智慧体检平台)" />
<add key="ByTitle" value="智慧综合体检平台\nPowered by 山东新医路" />
<!--是否启用身高体重-->
<add key="EnableHeightWeight" value="false" />
<!--身高体重串口号-->
<add key="hw_PortName" value="COM5" />
<!--身高体重数据位数-->
<add key="hw_DataBits" value="8" />
<!--身高体重停止位数 None One OnePointFive Two-->
<add key="hw_StopBits" value="One" />
<!--身高体重校验位 None Even Mark Odd Space -->
<add key="hw_Parity" value="None" />
<!--身高体重波特率 -->
<add key="hw_BaudRate" value="4800" />
<!--是否展示调试工具 -->
<add key="showdevtools" value="true"/>
<!--职业报告中排除的项目,注意:逗号为英文状态下的,-->
<add key="ExcludeItems" value="X光透视,乙肝五项" />
<!--读卡器品牌型号 神思-->
<!--<add key="IDCardDevice" value="ShenSi"/>-->
<!--读卡器品牌型号 华视100UC-->
<add key="IDCardDevice" value="HuaShi100UC" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
<add key="IsWriteLog" value="false" />
<add key="reportpath_download" value="d:\体检报告_乐陵\" />
<add key="RememberPwd" value="true"/>
<add key="UserName" value="admin2"/>
<add key="Pwd" value="ty123456"/>
</appSettings>
<connectionStrings>
<!--<add name="ConnMain" connectionString="Data Source=172.28.4.51;Initial Catalog=dccdc;User ID=sa;Password=Aa1" providerName="System.Data.SqlClient" />-->
<add name="ConnMain" connectionString="Data Source=.\sqlserver2019;Initial Catalog=dccdc;User ID=sa;Password=sa123456" providerName="System.Data.SqlClient" />
<!--<add name="ConnMain" connectionString="Database=jmtjdj;Data Source=8.131.93.145,11433;User Id=root;Password=Xyl_123321;Charset=utf8" providerName="System.Data.SqlClient" />
<add name="ConnServer" connectionString="Database=jmtjdj;Data Source=114.215.127.228;User Id=root;Password=Xyl_123321;Charset=utf8" providerName="MySql.Data.MySqlClient" />
<add name="ConnLocal" connectionString="Database=jmtjdj;Data Source=localhost;User Id=root;Password=123456789;Charset=utf8" providerName="MySql.Data.MySqlClient" />-->
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<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>
</configuration>