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

45 lines
2.3 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="TransmissionClient.Internal.CreateRequestHeadersHandler,TransmissionClient"/>
</createHeaderHandlers>
<!--在request header中加入静态参数-->
<headers>
<!--<add key="x-test-parameter" value="test" />-->
</headers>
</request>
</upload>
<appSettings>
<add key="OracleConnStr" value="10.103.1.8,orclbldex,HIGHWAY_EXCHANGE,qrwl,1521"/>
<!--IP1日结营收IP2移动支付IP3大数据平台IP4基础数据下发-->
<add key="HostIP" value="183.129.232.104,183.129.232.99,183.129.232.99,183.129.232.100"/>
<!--<add key="HostIP" value="localhost,localhost,localhost,localhost"/>-->
<add key="HostPort" value="7080,7080,7080,7080"/>
<!--日结数据上传URL主地址http://IP:Port-->
<add key ="SalesDataUrl" value=""/>
<!--移动支付数据上传URL主地址http://IP:Port-->
<add key ="MobilePayDataUrl" value=""/>
<!--大数据统计上传URL主地址http://IP:Port-->
<add key ="BigDataUrl" value=""/>
<!--基础数据下载URL主地址http://IP:Port-->
<add key ="MasterDataUrl" value=""/>
<!--APP运行状态上报URL主地址http://IP:Port-->
<add key ="UploadRuningStateUrl" value=""/>
<!--在线订单服务URL主地址信息http://IP:Port-->
<add key="OnlineService" value=""/>
<!--数据文件上传完整URL地址http://IP:Port/PosDataUpload-->
<add key="FileUploadUrl" value="http://pos.eshangtech.com:7083/PosDataUpload"/>
<!--主线程启动触发定时器有效范围1-10上传子线程存在触发比例实际时间为间隔*倍数-->
<add key="Interval" value="1"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>