Files
T-DAS/Epost.TestToolsWeb.Tests/App.config

56 lines
2.9 KiB
Plaintext
Raw Normal View History

2023-01-13 15:30:20 +08:00
<?xml version="1.0" encoding="utf-8"?>
<!--
注意: 向配置设置的 App.config 文件添加
只适用于 Test 项目的条目。
-->
<configuration>
<appSettings>
<!--配置文件地址-->
<add key="ControlXML" value="E:\Work\测试工具\EpostTools\Epost.TestToolsWeb\App_Data\EpostController.xml"/>
<add key="SetupMode" value="E:\Work\宏业\Epost_P\Epost.TestToolsWeb\App_Data\SetupMode.txt"/>
<add key="CARID" value="HT01"/>
<add key="ServerAPIURL" value="http://192.168.3.110:8073/api/WebAPI/GetDataList"/>
</appSettings>
<connectionStrings>
<add name="SqlLocDPSConnection" connectionString="server=.;user id=sa;password=123456;database=KaiHui_DPS;min pool size=4;max pool size=4;packet size=3072" providerName="System.Data.SqlClient"/>
<add name="OraMidConnString" connectionString="data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=139.196.36.200)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=EpostDB)));user id=C##Test;password=test"/>
<add name="MysqlLocDPSConnection" connectionString="Server=139.196.36.200;Port=3306;Database=bsd_dps;User=EpostTest; Password=antion;"/>
</connectionStrings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing="true"/>
</settings>
</system.net>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>