2025-03-28 09:49:56 +08:00

28 lines
1.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="upload" type="BreakpointTransmission.Client.Configuration.UploadConfigurationSection,BreakpointTransmission.Client"/>
</configSections>
<upload>
<request>
<!--在request header中加入动态参数的实现类-->
<createHeaderHandlers>
<add name="breakpoint" type="BreakpointTransmission.Client.CreateRequestHeadersHandler,BreakpointTransmission.Client"/>
<add name="uptype" type="ServerPartTransferClient.Internal.CreateRequestHeadersHandler,ServerPartTransferClient"/>
</createHeaderHandlers>
<!--在request header中加入静态参数-->
<headers>
<!--<add key="x-test-parameter" value="test" />-->
</headers>
</request>
</upload>
<appSettings>
<!--本地数据库连接参数-->
<add key="OracleConnStr" value="localhost,orcl,HIGHWAY_EXCHANGE,qrwl,1521"/>
<!--数据文件上传完整URL地址http://IP:Port/PosDataUpload-->
<add key="FileUploadUrl" value="http://pos.eshangtech.com:7083/PosDataUpload"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>