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

160 lines
8.2 KiB
XML

<?xml version="1.0"?>
<configuration>
<appSettings>
<!--数据服务器配置-->
<add key="OracleConnStr" value="10.103.1.8,orclex,highway_exchange,qrwl"/>
<!--授权服务器配置-->
<add key="OracleHelperString" value="10.103.1.8,orclcs,HIGHWAY_EXCHANGE,qrwl"/>
<add key="OracleHelperSeller" value="10.103.1.8,orclcs,HIGHWAY_EXCHANGE,qrwl"/>
<!--合作商品平台部署的多链路配置信息数据库-->
<add key="OracleConn_Merchants" value="10.103.1.8,orclex,HIGHWAY_EXCHANGE,qrwl"/>
<!--云端数据中心版本同步地址-->
<add key="Api_Cloud" value="http://47.96.233.105:7089/Service.asmx"/>
<add key="AUTHORIZATION_CODE" value="A0B5658E0523328BC9AB9315CC652CE10111B67C2131D2722A901BE0E37CAE00"/>
<!--统一定价商品服务区码-->
<add key="ProvinceCode" value=""/>
<add key="IsUpload" value="0"/>
<add key="IsDownload" value="0"/>
<add key="IsServerPart" value="1"/>
<!--甘肃数据同步地址-->
<add key="TransmitUrl" value="http://220.180.35.180:8000/TransService/Service.asmx" />
<add key="TransmitCode" value="629004,620052,620922,621102,621202,620802,620500,620501,620523,620041,620038,620039,620040,620013,620014,620015,620018,620020,620027,620012,620016,620017,620025,620021,620022,621003,620026,620028,620030,620031,620032,620033,620035,620037,620044,620045,620047,620048,888888,621302,629095,620704,629104,620405,629096,629003,629002,629007,629006,629008,620402,621101,620401,621103,621104,621105,621106,629091,620403,620404,629102,629101,620509,899999,620001,620036,620042,620043,620049,620050,629093,629103,621005,629094,620301,629092,620406,621303,621304,621306,621308,620046,620302,629099,620051,621002,620011,629097,629098,621305,621307,629013,629014,629016,629017,629018,629019,629022,629024,621401,629012,629023,620706,620707,620606,629011,620304,629015,629025,621004,621001,620029,620034,602705,620701,620703,629009" />
</appSettings>
<!--
有关 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>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed"/>
<bindingRedirect oldVersion="6.0.0.0" newVersion="12.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.serviceModel>
<client>
<!--ClickOnce部署配置-->
<endpoint address="http://10.103.1.8:6060/PortalService/NetworkDeployed/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="NetworkDeployed.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server"/>
</identity>
</endpoint>
<!--系统框架-->
<endpoint address="http://127.0.0.1:7000/FrameWork/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="FrameWork.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<!--数据字典-->
<endpoint address="http://10.103.1.8:7000/CoreFrameWork/Dictionary/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="CoreFrameWork.Dictionary.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server"/>
</identity>
</endpoint>
<!--高速驿站-->
<endpoint address="http://10.103.1.8:7000/ExchangeData/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="ExchangeData.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server" />
</identity>
</endpoint>
<endpoint address="http://10.103.1.8:7000/HighWay/Running/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="HighWay.Running.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server"/>
</identity>
</endpoint>
<endpoint address="http://10.103.1.8:7000/HighWay/SellData/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="HighWay.SellData.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server"/>
</identity>
</endpoint>
<endpoint address="http://10.103.1.8:7000/HighWay/Storage/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="HighWay.Storage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server"/>
</identity>
</endpoint>
<!--合作商户-->
<endpoint address="http://10.103.1.8:7000/Coop.Merchant/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="Coop.Merchant.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server"/>
</identity>
</endpoint>
<!--移动业务-->
<endpoint address="http://10.103.1.8:7000/MobileServicePlatform/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="MobileServicePlatform.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server"/>
</identity>
</endpoint>
<!--企业会员-->
<endpoint address="http://10.103.1.8:7000/MemberShip/Storage/Service.svc" binding="wsHttpBinding"
bindingConfiguration="RealEstate_Binding" behaviorConfiguration="RealEstate_EndPointBehavior"
contract="MemberShip.Storage.References.IService">
<identity>
<dns value="SuperMap_RealEstate_Server"/>
</identity>
</endpoint>
</client>
<bindings>
<wsHttpBinding>
<binding name="RealEstate_Binding" maxReceivedMessageSize="655360000">
<readerQuotas maxArrayLength="163840000"/>
<security mode="Message">
<message clientCredentialType="Certificate" negotiateServiceCredential="True" establishSecurityContext="True"/>
</security>
</binding>
</wsHttpBinding>
</bindings>
<behaviors>
<endpointBehaviors>
<behavior name="RealEstate_EndPointBehavior">
<clientCredentials>
<serviceCertificate>
<authentication certificateValidationMode="Custom" customCertificateValidatorType="SuperMap.RealEstate.Certificate.ClientX509CertificateValidator,RealEstate.Core"/>
</serviceCertificate>
</clientCredentials>
</behavior>
</endpointBehaviors>
<serviceBehaviors>
<behavior name="RealEstate_ServiceBehavior">
<serviceCredentials>
<clientCertificate>
<authentication certificateValidationMode="Custom" customCertificateValidatorType="SuperMap.RealEstate.Certificate.ServiceX509CertificateValidator,RealEstate.Core"/>
</clientCertificate>
</serviceCredentials>
<serviceMetadata httpGetEnabled="true"/>
<serviceDebug includeExceptionDetailInFaults="true"/>
</behavior>
<behavior>
<serviceMetadata httpGetEnabled="true"/>
<serviceDebug includeExceptionDetailInFaults="true"/>
</behavior>
</serviceBehaviors>
</behaviors>
</system.serviceModel>
</configuration>