Differences

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

Link to this comparison view

Next revisionBoth sides next revision
75:cms_integrity [2020/01/24 10:13] – created prnr75:cms_integrity [2020/01/24 10:15] prnr
Line 3: Line 3:
 === Example Configuration === === Example Configuration ===
  
-<code xml>\\+<code xml>
 <cms-type name="integrity">\\ <cms-type name="integrity">\\
-<!-- Global Properties -->\\ +    <!-- Global Properties -->\\ 
-<cms-host ident="integrity.example.ident" name="https://integrity.example.net:1234" displayName="Integrity Example Server">\\ +    <cms-host ident="integrity.example.ident" name="https://integrity.example.net:1234" displayName="Integrity Example Server">\\ 
-<!-- Host Properties -->\\ +        <!-- Host Properties -->\\ 
-<cms-property name="user" value="integrity_username" />\\ +        <cms-property name="user" value="integrity_username" />\\ 
-<cms-property name="password" value="integrity_password" />\\ +        <cms-property name="password" value="integrity_password" />\\ 
-</cms-host>\\+    </cms-host>\\
 </cms-type>\\ </cms-type>\\
  
 </code> </code>
 +=== Host Properties ===
  
-=== Host Properties ===\\ 
 These configuration properties affect the behavior of one SharePoint Online server. These configuration properties affect the behavior of one SharePoint Online server.
  
-** * ** ''Required''\\\\+*** ** ''Required'' \\
 Properties marked with ** * ** are required for the adapter to work. Properties marked with ** * ** are required for the adapter to work.
  
-** # ** ''Required but can also be set in web-application''\\\\+**# ** ''Required but can also be set in web-application'' \\
 Properties marked with ** # ** are required but can also be set in the //File Management// section in the Stages web-application as well. The value entered in the web-application overrides the one from the config.xml. Properties marked with ** # ** are required but can also be set in the //File Management// section in the Stages web-application as well. The value entered in the web-application overrides the one from the config.xml.
  
-** + ** ''Required but with default''\\\\+**+ ** ''Required but with default'' \\
 Properties marked with ** + ** are required, but there is a default value. This values can be overridden by configuring it in the config.xml. Properties marked with ** + ** are required, but there is a default value. This values can be overridden by configuring it in the config.xml.
  
Line 37: Line 37:
 > http.connection.timeout ** + ** > http.connection.timeout ** + **
  
-* __Default Value__: 30000 +* __Default Value__: 30000 * __Description__: The timeout in milliseconds until a http connection has to be established and the maximum period of inactivity (in milliseconds) between two consecutive data packets before the socket is closed.
-* __Description__: The timeout in milliseconds until a http connection has to be established and the maximum period of inactivity (in milliseconds) between two consecutive data packets before the socket is closed.+
  
 > http.max.connections ** + ** > http.max.connections ** + **
  
-* __Default Value__: 100 +* __Default Value__: 100 * __Description__: The maximum number of simultaneously used http connections between Stages and the Subversion server.
-* __Description__: The maximum number of simultaneously used http connections between Stages and the Subversion server.+
  
 > http.ssl.allow.all ** + ** > http.ssl.allow.all ** + **
  
-* __Default Value__: false +* __Default Value__: false * __Description__: When set to true, 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 true, 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 ** + ** > use.system.account.for.download ** + **
  
-* __Default Value__: false +* __Default Value__: false * __Description__: When set to true, files will be downloaded from stages using the system account.
-* __Description__: When set to true, files will be downloaded from stages using the system account.+