StableVersion4.3/HL_FristAidPlatform_Frame/ECGSHISHI/Hwyl.ECG_New.exe.config

41 lines
1.7 KiB
XML

<?xml version="1.0"?>
<configuration>
<configSections>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="ICenterFrontAPIRemoteHandlerHttpBinding" maxReceivedMessageSize="2147483647" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:01:00" sendTimeout="00:01:00" />
</basicHttpBinding>
</bindings>
<!-- 正式平台 -->
<client>
<endpoint address="http://113.200.102.99:48080/bossCenterWs/services/ICenterFrontAPIRemoteHandler"
binding="basicHttpBinding" bindingConfiguration="ICenterFrontAPIRemoteHandlerHttpBinding"
contract="ServiceReference1.ICenterFrontAPIRemoteHandlerPortType"
name="ICenterFrontAPIRemoteHandlerHttpPort" />
</client>
<!-- 开发平台 -->
<!--<client>
<endpoint address="http://123.232.112.140:38081/bossCenterWs/services/ICenterFrontAPIRemoteHandler"
binding="basicHttpBinding" bindingConfiguration="ICenterFrontAPIRemoteHandlerHttpBinding"
contract="ServiceReference1.ICenterFrontAPIRemoteHandlerPortType"
name="ICenterFrontAPIRemoteHandlerHttpPort"/>
</client>-->
<!-- 测试平台 -->
<!--<client>
<endpoint address="http://123.232.112.140:58080/bossCenterWs/services/ICenterFrontAPIRemoteHandler"
binding="basicHttpBinding" bindingConfiguration="ICenterFrontAPIRemoteHandlerHttpBinding"
contract="ServiceReference1.ICenterFrontAPIRemoteHandlerPortType"
name="ICenterFrontAPIRemoteHandlerHttpPort"/>
</client>-->
</system.serviceModel>
</configuration>