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

137 lines
6.9 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"/>
</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>