Versions Compared

Key

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

...

The term global settings subsums all settings that affect the complete tia tia® Viewer Core installation in contrast to specific instance configuration (see Instance settings).

Therefore the global settings include all configuration parameters except those below parent tia.instances.

...

Parent

...

Configuration

...

Required

...

Default

...

Type

...

Description

...

server

...

port

...

8080

...

Integer

...

Port tia Viewer is listening to.
This port must be mapped in host context by container start command (e.g.: -p 80:8080 parameter for docker run )

...

tia.license

...

path

...

/application/config/license/

...

String

...

Path in container context containing the license file.

This path or the license file must be mapped from permanent host file system. See Location of the license file (Vc) .

...

tia.destinations.saphttp

...

host

...

(tick)

...

 

...

String

...

Hostname of the server with the content server

...

tia.destinations.saphttp

...

port

...

(tick)

...

 

...

Integer

...

Port of the content server usually 80 or 443

tia

...

.

...

protocol

...

 

...

https

...

String

...

Protocol of the content server http or https

...

tia.destinations.saphttp

...

path

...

 

...

/contentserver

...

String

...

Context Path of the content server.

...

tia

...

repositoryinstancemapping

...

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

...

List<String>

Relevant in CSV configuration, seehttps://kgs-software.atlassian.net/wiki/spaces/WIKI/pages/3246620679/Supported+Scenarios+Vc#Content-Server-Viewer-(CSV).

...

instances

...

.

...

Example in YAML configuration file:

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

...

tia

...

secKey

...

 ❗

...

ABC123

...

String

...

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

...

tia.stamps

...

locations

...

 

...

 

...

String

...

Default stamps available to all instances in addition to the instance specific stamps configured.

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

...

Integer

...

Number of slots available in stamps cache entries. Each slot can hold one stamp file of size limited by maxFileSize. If more stamps are present, the oldest ones are removed from cache.

...

tia.stamps

...

expireMinutes

...

 

...

10

...

Integer

...

Lifetime of unused entries in stamp cache in minutes.

...

tia.stamps

...

maxFileSize

...

 

...

10000000

...

Integer

...

Max file size in bytes of each stamp file.

...

tia.mail

...

view_mode

...

 

...

Popup

...

String (Enum)

Triggers how emails are displayed and edited. Available values:

Popup (new window/tab is opened),

...