Parent | Configuration | Required | Default | Type | Description | ||
---|---|---|---|---|---|---|---|
|
|
| String | Hostname of the server with the content server | |||
|
|
| Integer | Port of the content server usually | |||
|
|
|
| String | Protocol of the content server | ||
|
|
|
| String | Context Path of the content server usually | ||
|
| tia Viewer maps repositories to instance | List<String> | Relevant in CSV configuration, seehttps://kgs-software.atlassian.net/wiki/spaces/WIKI/pages/3246620679/Supported+Scenarios+Vc#Content-Server-Viewer-(CSV). This parameter allows to map repositories to instances that can be configured separately. For more information see Instance settings . Example in YAML configuration file:
| |||
|
| ❗ |
| String | This default is not intended for production use: Change this value | ||
|
|
|
| String | Default stamps available to all instances , additional in addition to the instance specific stamps configured values. Stamp files are supported in the following formats: Configuration allows to enter a folder e.g.:
one or more files:
| ||
|
|
|
| Integer | Max size of Number of slots available in stamps cache entries, i.e. . Each slot can hold one stamp file is one entryof size limited by | ||
|
|
|
| Integer | Lifetime of unused entries in stamp cache in minutes. | ||
|
|
|
| Integer | Max file size in bytes of each stamp file. | ||
|
|
|
| String (Enum) | How Triggers how emails are displayed and edited. Available values:
|
...
Parent | Configuration | Required | Default | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
| String | Content Security Policy. Secure This setting secures communication between web server and browser against various attacks like XSS, Injection and moreor injections. | |||||||
|
|
| String | CORS Header: Access-Control-Allowed-Origin. The Browser Accepts accepts resources from the allowed origin only. In the default, it will be created from:
May be directly overwritten with
Allowed values are:
Example:
| |||||||
|
|
| List<String> | CORS Header: Access-Control-Allowed-Headers. The Headers, that are allowed by the browser. See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers Allowed values are:
Example:
| |||||||
|
|
| List<String> | CORS Header: Access-Control-Allowed-Headers. The Headers, that are allowed by the browser. See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers Allowed values are:
Example:
| |||||||
|
|
| Boolean | CORS Header: Access-Control-Allow-Credentials. Tell the browser, whether it allowes cross-origin request credentials or not (credentials may be in cookies etc.) See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials Example:
| |||||||
|
|
| String(Enum) | CORS Header: X-Frame-Options. Tells the browser if it accept the content of the viewer when its embedded in an IFrame. See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
Allowed values are:
Example:
| |||||||
|
|
| String (Enum) | Cross-Site Protection Header.
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection Allowed values are:
Example:
|
...