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

62 lines
2.8 KiB
XML

<?xml version="1.0"?>
<!--
有关如何配置 ASP.NET 应用程序的详细信息,请访问
https://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<appSettings>
<add key="HIGHWAY_EXCHANGE" value="127.0.0.1,orcl,HIGHWAY_EXCHANGE,qrwl,1521"/>
<add key="HIGHWAY_STORAGE" value="127.0.0.1,orcl,HIGHWAY_STORAGE,qrwl,1521"/>
<add key="COOP_MERCHANT" value="127.0.0.1,orcl,COOP_MERCHANT,qrwl,1521"/>
<!--合作商户平台里的数据库对应的用户-->
<add key="HIGHWAY_SELLDATA" value="127.0.0.1,orcl,HIGHWAY_SELLDATA,qrwl,1521"/>
<!--移动业务平台数据库-->
<add key="MOBILESERVICE_PLATFORM" value="127.0.0.1,orcl,MOBILESERVICE_PLATFORM,qrwl,1521"/>
<!--合作商户平台数据库-->
<add key="OracleConn_Merchants" value="192.168.11.194,orclcs,HIGHWAY_EXCHANGE,qrwl"/>
<!--移动业务平台会员数据库-->
<add key="MobileBusiness" value="192.168.11.194,orclcs,HIGHWAY_EXCHANGE,qrwl"/>
<!--综合管理平台数据库-->
<add key="ManagePlatform" value="192.168.11.194,orclcs,HIGHWAY_EXCHANGE,qrwl"/>
<!--业主服务器总部传输跳转地址-->
<add key="888888" value="http://183.129.232.104:7080/Service.asmx"/>
<!--日结数据云端传输跳转地址-->
<add key="EndaccountUrlConfig" value="http://s8080.ys.93djs.cn"/>
<!--心跳数据云端传输跳转地址-->
<add key="RevenueUrlConfig" value="http://localhost:8000/Coop.Merchant/Handler/Handler_Trade.ashx"/>
<!--Kafka主题-->
<add key="Kafka_topic" value="ESTStateFeedback"/>
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" culture="neutral" publicKeyToken="cc7b13ffcd2ddd51" />
<bindingRedirect oldVersion="0.0.0.0-4.5.4" newVersion="4.5.40" />
</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>
</assemblyBinding>
</runtime>
<connectionStrings>
<!--Redis缓存数据库-->
<add name="RedisConfig" connectionString="192.168.11.194:6380,password=123456,connectTimeout=1000,connectRetry=1,syncTimeout=10000" />
</connectionStrings>
<!--
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
可在 <httpRuntime> 标记上设置以下特性。
<system.Web>
<httpRuntime targetFramework="4.7.2" />
</system.Web>
-->
<system.web>
<compilation debug="true" targetFramework="4.7.2"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
</configuration>