Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
74:cms_subversion [2019/09/25 14:50] tssr74:cms_subversion [2019/10/16 10:28] – [Subversion] tssr
Line 7: Line 7:
 <code xml> <code xml>
 <cms-type name="subversion"> <cms-type name="subversion">
 +    <!-- Global Properties -->
     <cms-host ident="subversion.example.ident" name="https://subversion.example.net:1234" displayName="Subversion Example Server">     <cms-host ident="subversion.example.ident" name="https://subversion.example.net:1234" displayName="Subversion Example Server">
 +        <!-- Host Properties -->
         <cms-property name="user" value="subversion_username" />         <cms-property name="user" value="subversion_username" />
         <cms-property name="password" value="subversion_password" />         <cms-property name="password" value="subversion_password" />
Line 15: Line 17:
  
 === Host Properties === === Host Properties ===
 +These configuration properties affect the behavior of one SharePoint Online server.
 +Properties marked with * are required for the adapter to work. Properties marked with + are required, but there is a default value. This values can be overridden by configuring it in the config.xml.
 +
 +** * ** ''Required''\\
 +** + ** ''Required but with default''
  
 **user** **user**
Line 50: Line 57:
   * Default Value: false   * Default Value: false
   * Description: When set to <font inherit/Courier New,Courier,monospace;;inherit;;inherit>true</font>, disables any verification checks for certificates in case of SSL-secured HTTPS connections. It is recommended to only use this in test environments where no valid certificates exist (e.g. self-signed certificates).   * Description: When set to <font inherit/Courier New,Courier,monospace;;inherit;;inherit>true</font>, disables any verification checks for certificates in case of SSL-secured HTTPS connections. It is recommended to only use this in test environments where no valid certificates exist (e.g. self-signed certificates).
 +
 +**use.system.account.for.download**
 +  * Default Value: false
 +  * Description: When set to <font inherit/Courier New,Courier,monospace;;inherit;;inherit>true</font>, files will be downloaded from stages using the system account.