[2] | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <configSections>
|
---|
[854] | 4 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
---|
| 5 | <section name="HeuristicLab.PluginInfrastructure.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
---|
[2] | 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
[854] | 8 | <applicationSettings>
|
---|
[2] | 9 | <HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
[2504] | 10 | <setting name="User" serializeAs="String">
|
---|
[2597] | 11 | <value>-</value>
|
---|
[2504] | 12 | </setting>
|
---|
| 13 | <setting name="Organization" serializeAs="String">
|
---|
[2597] | 14 | <value>-</value>
|
---|
[2504] | 15 | </setting>
|
---|
[2527] | 16 | <setting name="UpdateLocations" serializeAs="Xml">
|
---|
| 17 | <value>
|
---|
| 18 | <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
| 19 | xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
---|
| 20 | <string>http://localhost:59253/UpdateLocation.svc</string>
|
---|
| 21 | </ArrayOfString>
|
---|
| 22 | </value>
|
---|
| 23 | </setting>
|
---|
[2] | 24 | </HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
[854] | 25 | </applicationSettings>
|
---|
[2517] | 26 | <system.serviceModel>
|
---|
| 27 | <bindings>
|
---|
| 28 | <wsHttpBinding>
|
---|
[2783] | 29 | <binding name="WSHttpBinding_IUpdate" closeTimeout="00:01:00"
|
---|
[2517] | 30 | openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
|
---|
| 31 | bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
|
---|
| 32 | maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
|
---|
| 33 | messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
|
---|
| 34 | allowCookies="false">
|
---|
| 35 | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
|
---|
| 36 | maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 37 | <reliableSession ordered="true" inactivityTimeout="00:10:00"
|
---|
| 38 | enabled="false" />
|
---|
| 39 | <security mode="Message">
|
---|
| 40 | <transport clientCredentialType="Windows" proxyCredentialType="None"
|
---|
| 41 | realm="" />
|
---|
| 42 | <message clientCredentialType="Windows" negotiateServiceCredential="true"
|
---|
| 43 | algorithmSuite="Default" establishSecurityContext="true" />
|
---|
| 44 | </security>
|
---|
| 45 | </binding>
|
---|
| 46 | </wsHttpBinding>
|
---|
| 47 | </bindings>
|
---|
| 48 | <client>
|
---|
[2783] | 49 | <endpoint address="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Update/"
|
---|
| 50 | binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUpdate"
|
---|
| 51 | contract="PluginUpdateService.IUpdate" name="WSHttpBinding_IUpdate">
|
---|
[2517] | 52 | <identity>
|
---|
| 53 | <dns value="localhost" />
|
---|
| 54 | </identity>
|
---|
| 55 | </endpoint>
|
---|
| 56 | </client>
|
---|
| 57 | </system.serviceModel>
|
---|
[2] | 58 | </configuration> |
---|