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

54 lines
2.8 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>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<appSettings>
<add key="OracleConnStr" value="127.0.0.1,orcl,highway_exchange,qrwl" />
<add key="OracleConnStrEx" value="10.103.1.8,orclcs,highway_exchange,qrwl" />
<add key="OracleConnStr_SC" value="10.103.1.8,orclcs,salestore_storage,qrwl" />
<!--10.103.1.8,orclcs,sendrec_storage,qrwl-->
<add key="OracleConnStr_Coop" value="10.103.1.8,orclcs,coop_merchant,qrwl,1522" />
<add key="OracleConnStr_Msp" value="127.0.0.1,orcl,mobileservice_platform,qrwl" />
<add key="ServiceName" value="OracleOraDB19Home1TNSListener" />
<add key="WebAPIUrl" value="http://localhost:8900/EShangApiMain/" />
<add key="EShangApiMain" value="http://api.eshangtech.com/EShangApiMain/" />
<add key="CommercialApi" value="http://localhost:8900/CommercialApi/" />
<add key="EShangApiDashboard" value="http://api.eshangtech.com/EShangApiDashboard/" />
<add key="OpenApi" value="http://openapi.eshangtech.com:7080/WebApi/" />
<add key="ProvinceIds" value="4496,3986,3544,17303,4482,3760,14602,8832,17412,9034" />
<add key="Interval" value="-1" />
<add key="IntervalStart" value="-18" />
<!--默认省份编码620000甘肃省-->
<add key="PROVINCE_CODE" value="620000" />
<!--单独推送手机号码-->
<add key="WarningPhone" value="15067121398"/>
<add key="ApprovePhone" value="15067121398"/>
<add key="SwitchPhone" value="15067121398"/>
<add key="BillLadingPhone" value="15067121398,15372883312"/>
<!--预警天数-->
<add key="WarningDays" value="7"/>
<!--服务区门店编码-->
<add key="ShopCodes" value="" />
<add key="unAnalogSP" value="505,471,522,495,463,368,367,656,706,707,419,370,708,756,520,803,805,811,646" />
<!--oracle服务重启bat命令路径地址-->
<add key="OracleRestartBatPath" value="C:\Users\Administrator\Desktop\oracle_restart.bat" />
<!--初始异常次数,到达 ErrorWarningMaxCount 值后重置为 0-->
<add key="ErrorWarningCount" value="0"/>
<!--最大超时数量,到达后会触发重启服务命令-->
<add key="ErrorWarningMaxCount" value="3"/>
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.12.0" newVersion="2.0.12.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>