[11920] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[2] | 2 | <configuration>
|
---|
[4495] | 3 | <configSections>
|
---|
[11920] | 4 | <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, 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" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
---|
[4495] | 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
| 8 |
|
---|
| 9 | <userSettings>
|
---|
| 10 | <HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
| 11 | <setting name="UpdateLocationUserName" serializeAs="String">
|
---|
| 12 | <value>anonymous</value>
|
---|
| 13 | </setting>
|
---|
| 14 | <setting name="UpdateLocationPassword" serializeAs="String">
|
---|
| 15 | <value>GetTheLab!</value>
|
---|
| 16 | </setting>
|
---|
| 17 | <setting name="ShowPluginUploadControls" serializeAs="String">
|
---|
| 18 | <value>False</value>
|
---|
| 19 | </setting>
|
---|
| 20 | <setting name="UpdateLocation" serializeAs="String">
|
---|
| 21 | <value>http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc</value>
|
---|
| 22 | </setting>
|
---|
| 23 | <setting name="UpdateLocationAdministrationAddress" serializeAs="String">
|
---|
| 24 | <value>http://services.heuristiclab.com/Deployment-3.3/AdminService.svc</value>
|
---|
| 25 | </setting>
|
---|
[13884] | 26 | <setting name="StarterFormLocation" serializeAs="String">
|
---|
| 27 | <value>0, 0</value>
|
---|
| 28 | </setting>
|
---|
| 29 | <setting name="StarterFormSize" serializeAs="String">
|
---|
| 30 | <value>0, 0</value>
|
---|
| 31 | </setting>
|
---|
| 32 | <setting name="StarterFormWindowState" serializeAs="String">
|
---|
| 33 | <value>Normal</value>
|
---|
| 34 | </setting>
|
---|
[4495] | 35 | </HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
| 36 | </userSettings>
|
---|
| 37 |
|
---|
[15261] | 38 | <!--
|
---|
| 39 | !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
|
---|
| 40 | If you want to update the configuration with the GenerateServiceClients.cmd, make sure to remove all child nodes of system.serviceModel first.
|
---|
| 41 | -->
|
---|
[4495] | 42 | <system.serviceModel>
|
---|
| 43 | <bindings>
|
---|
| 44 | <wsHttpBinding>
|
---|
[15261] | 45 | <binding name="WSHttpBinding_IUpdateService" maxBufferPoolSize="2147483647"
|
---|
| 46 | maxReceivedMessageSize="2147483647">
|
---|
| 47 | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
|
---|
| 48 | maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
|
---|
| 49 | <security>
|
---|
| 50 | <message clientCredentialType="UserName" />
|
---|
[4495] | 51 | </security>
|
---|
| 52 | </binding>
|
---|
[15261] | 53 | <binding name="WSHttpBinding_IAdminService" maxBufferPoolSize="2147483647"
|
---|
| 54 | maxReceivedMessageSize="2147483647">
|
---|
| 55 | <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
|
---|
| 56 | maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
|
---|
| 57 | <security>
|
---|
| 58 | <message clientCredentialType="UserName" />
|
---|
[4495] | 59 | </security>
|
---|
| 60 | </binding>
|
---|
| 61 | </wsHttpBinding>
|
---|
| 62 | </bindings>
|
---|
| 63 | <client>
|
---|
[15261] | 64 | <endpoint address="http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc"
|
---|
| 65 | binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUpdateService"
|
---|
| 66 | contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdateService"
|
---|
| 67 | name="WSHttpBinding_IUpdateService">
|
---|
[4495] | 68 | <identity>
|
---|
[15386] | 69 | <dns value="services.heuristiclab.com" />
|
---|
[4495] | 70 | </identity>
|
---|
| 71 | </endpoint>
|
---|
[15261] | 72 | <endpoint address="http://services.heuristiclab.com/Deployment-3.3/AdminService.svc"
|
---|
| 73 | binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdminService"
|
---|
| 74 | contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdminService"
|
---|
| 75 | name="WSHttpBinding_IAdminService">
|
---|
[4495] | 76 | <identity>
|
---|
[15386] | 77 | <dns value="services.heuristiclab.com" />
|
---|
[4495] | 78 | </identity>
|
---|
| 79 | </endpoint>
|
---|
| 80 | </client>
|
---|
| 81 | </system.serviceModel>
|
---|
[15261] | 82 |
|
---|
| 83 | <startup>
|
---|
| 84 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
---|
| 85 | </startup>
|
---|
| 86 | </configuration>
|
---|