Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configuration

Required

Default

Description

tia.destinations.saphttp.host

(tick)

 

Hostname of the server with the content server

tia.destinations.saphttp.port

(tick)

 

Port of the content server usually 80 or 443

tia.destinations.saphttp.protocol

 

https

Protocol of the content server http or https

tia.destinations.saphttp.path

 

/contentserver

Context Path of the server usually /contentserver

tia.repositoryinstancemapping

tia Viewer maps repositories to instance default, that are not explicitly mapped here.

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:

Code Block
tia:
  repositoryinstancemapping:
    - FI: finance
    - HR: finance
    - TR: default
    - ZI: production

tia.overlay.isNoteEnabled

 

false

Default setting when the request for print does not contain any information whether to include the notes or not.

tia.overlay.isAnnotationEnabled

 

false

Default setting when the request for print does not contain any information whether to include the annotations or not.

tia.secKey

 ❗

ABC123

This default is not intended for production use: Change this value

tia.stamps.locations

 

 

Default stamps available to all instances, additional to the instance specific configured values.

Stamp files are supported in the following formats:
JPEG, PNG, BMP, GIF

Configuration allows to enter a folder e.g.:

file:///tmp/stamps/

one or more files:

"file:///tmp/stamps/accept.png, /tmp/stamps_new/declined.jpg"

tia.stamps.cacheSize

 

100

Max size of cache entries, i.e. one stamp file is one entry. If more stamps are present, the oldest ones are removed from cache.

tia.stamps.expireMinutes

 

10

Lifetime of unused entries in stamp cache in minutes.

tia.stamps.maxFileSize

 

10000000

Max file size in bytes of each stamp file.

tia.mail.view_mode

 

Popup

How emails are displayed and edited. Available values:

Popup (new window/tab is opened),

Embedded (in current window/tab)

...