Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/11/10 18:23:52 (14 years ago)
Author:
gkronber
Message:

Implemented deployment service on servdev.heuristiclab.com and changed all service references and configurations to point to the service address. Improved GUI of installation manager. Implemented user name authentication and authorization for the deployment service. #860 (Deployment server for plugin installation from web locations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Properties/Settings.settings

    r2597 r3006  
    99      <Value Profile="(Default)">-</Value>
    1010    </Setting>
    11     <Setting Name="UpdateLocations" Type="System.Collections.Specialized.StringCollection" Scope="Application">
    12       <Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
    13 &lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
    14   &lt;string&gt;http://localhost:59253/UpdateLocation.svc&lt;/string&gt;
    15 &lt;/ArrayOfString&gt;</Value>
     11    <Setting Name="UpdateLocation" Type="System.String" Scope="User">
     12      <Value Profile="(Default)">http://servdev.heuristiclab.com/Deployment/Update.svc</Value>
     13    </Setting>
     14    <Setting Name="UpdateLocationUserName" Type="System.String" Scope="User">
     15      <Value Profile="(Default)" />
     16    </Setting>
     17    <Setting Name="UpdateLocationPassword" Type="System.String" Scope="User">
     18      <Value Profile="(Default)" />
     19    </Setting>
     20    <Setting Name="UpdateLocationAdministrationAddress" Type="System.String" Scope="User">
     21      <Value Profile="(Default)">http://servdev.heuristiclab.com/Deployment/Admin.svc</Value>
    1622    </Setting>
    1723  </Settings>
Note: See TracChangeset for help on using the changeset viewer.