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

22 lines
1.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>
<appSettings>
<add key="HIGHWAY_STORAGE" value="192.168.11.194,orcl,HIGHWAY_STORAGE,qrwl,1521"/>
<add key="HIGHWAY_SELLDATA" value="192.168.11.194,orcl,HIGHWAY_SELLDATA,qrwl,1521"/>
<add key="PLATFORM_FRAMEWORK" value="192.168.11.194,orcl,PLATFORM_FRAMEWORK,qrwl,1521"/>
<add key="HIGHWAY_EXCHANGE" value="192.168.11.194,orcl,PLATFORM_FRAMEWORK,qrwl,1521"/>
<!--移动业务数据上传URL主地址http://IP:Port-->
<add key ="MobileServicePlatformDataUrl" value="http://47.110.43.130:7089"/>
<!--普通业务数据上传URL主地址http://IP:Port-->
<add key ="HighwayStorageDataUrl" value="http://47.110.43.130:7089"/>
<!--交易业务数据上传URL主地址http://IP:Port-->
<add key ="HighwaySellDataUrl" value="http://47.110.43.130:7089"/>
<!--数据版本反馈上传URL主地址http://IP:Port-->
<add key ="GeneralFeedBackDataUrl" value="http://192.168.11.194:7080"/>
<!--主线程启动触发定时器有效范围1-10上传子线程存在触发比例实际时间为间隔*倍数-->
<add key="Interval" value="1"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>