System properties
This document describes the system properties available on the System properties page, sorted by module. Removed modules are listed at the end.
cmas-analytics
metabase.secret.key
- Module: cmas-analytics
- Description: Determines the string used to generate the private key used to validate Metabase JWT messages. Needs to match the setting String used by the JWT signing key in the Metabase configuration.
- Beschreibung: Bestimmt den String, der zum Erzeugen des privaten Schlüssels für die Validierung von Metabase-JWT-Meldungen verwendet wird. Muss mit der Einstellung Vom JWT-Signaturschlüssel verwendeter String in der Metabase-Konfiguration übereinstimmen.
- Type: String
- Restart required: No
- System: No
- Optional: No
- Example value: 50e2230c98344f183c996e6a3954c1a1e43ed100cc36f4ea093800aa2d8a1075
- Since: 6.13.0
metabase.url
- Module: cmas-analytics
- Description: Determines the URL where the Metabase application runs. Needs to match the setting Site URL in the Metabase configuration. The default value is
http://localhost:3000
- Beschreibung: Bestimmt die URL, auf der die Metabase-Applikation läuft. Muss mit der Einstellung Site-URL in der Metabase-Konfiguration übereinstimmen. Der Standardwert ist
http://localhost:3000
- Type: String
- Restart required: No
- System: No
- Optional: No
- Example value: http://localhost:3000
- Since: 6.13.0
cmas-archive-core-server
archive.enabled
- Module: cmas-archive-core-server
- Description: Determines if GDPR-compliant deletions or anonymizations, which delete case or contact data from the ConSol CM database, are applied to CM/Archive as well. By default, this property is set to "false", meaning that no data is deleted from CM/Archive. If you set this property to "true", GDPR-compliant deletions or anonymizations are also performed in CM/Archive. This affects both already archived cases and newly archived cases.
- Beschreibung: Legt fest, ob DSGVO-konforme Lösch- und Anonymisierungsvorgänge, mit denen Vorgangs- oder Kontaktdaten aus der ConSol CM-Datenbank entfernt werden, auch nach CM/Archive übernommen werden. Standardmäßig ist diese Property auf "false" gesetzt, sodass keine Daten aus CM/Archive gelöscht werden. Wenn Sie die Property auf "true" setzen, werden DSGVO-konforme Löschungen und Anonymisierungen auch in CM/Archive durchgeführt. Dies gilt sowohl für bereits archivierte Vorgänge als auch für neu zu archivierende Vorgänge.
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.11.2.5
archive.uri
- Module: cmas-archive-core-server
- Description: Sets the URL where the CM/Archive application is running.
- Beschreibung: Legt die URL fest, auf der die CM/Archive-Applikation läuft.
- Type: String
- Restart required: No
- System: No
- Optional: No
- Example value: http://localhost:8080
- Since: 6.11.2.0
cmas-auth-server
access.token.signing.key
- Module: cmas-auth-server
- Description: Determines the secret shared between the authorization server and all client applications using OAuth2, e.g. CM/Archive. The value of this property needs to match the value of
archive.oauth2.access.token.signing.key
in the configuration file of CM/Archive. - Beschreibung: Legt den gemeinsamen geheimen Schlüssel von Authentifizierungsserver und allen Client-Applikationen, z.B. CM/Archive, mithilfe von OAuth2 fest. Der Wert dieser Property muss mit dem Wert von
archive.oauth2.access.token.signing.key
in der Konfigurationsdatei von CM/Archive übereinstimmen. - Type: Password
- Restart required: No
- System: No
- Optional: No
- Example value:
- Since: 6.11.2.0
client.archive.access.token.validity.seconds
- Module: cmas-auth-server
- Description: Determines the validity period in seconds of the access token required for using CM/Archive. The default value is 43200.
- Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Zugriffs-Tokens fest, das für die Verwendung von CM/Archive benötigt wird. Der Standardwert ist 43200.
- Type: Integer
- Restart required: No
- System: No
- Optional: No
- Example value: 43200
- Since: 6.11.2.0
client.archive.enabled (removed)
- Module: cmas-auth-server
- Description: Determines if CM/Archive is enabled (true) or disabled (false).
- Beschreibung: Legt fest, ob CM/Archive aktiviert (true) oder deaktiviert (false) ist.
- Type: Boolean
- Restart required: No
- System: No
- Optional: No
- Example value: false
- Since: 6.11.2.0
- Removed in: 6.11.2.2
client.archive.refresh.token.validity.seconds
- Module: cmas-auth-server
- Description: Determines the validity period in seconds of the refresh token required for obtaining new access tokens for CM/Archive. The default value is 2592000.
- Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Aktualisierungs-Tokens fest, das benötigt wird, um neue Zugriffs-Token für CM/Archive zu erhalten. Der Standardwert ist 2592000.
- Type: Integer
- Restart required: No
- System: No
- Optional: No
- Example value: 2592000
- Since: 6.11.2.0
client.archive.secret
- Module: cmas-auth-server
- Description: Determines the secret shared between the authorization server and CM/Archive. The value of the property needs to match the value of
archive.oauth2.client.secret
in the configuration file of CM/Archive. - Beschreibung: Legt den gemeinsamen geheimen Schlüssel von Authentifizierungsserver und CM/Archive fest. Der Wert dieser Property muss mit dem Wert von
archive.oauth2.client.secret
in der Konfigurationsdatei von CM/Archive übereinstimmen. - Type: Password
- Restart required: No
- System: No
- Optional: No
- Example value:
- Since: 6.11.2.0
client.was.access.token.validity.seconds (removed)
- Module: cmas-auth-server
- Description: Determines the validity period in seconds of the access token required for using the Web Admin Suite. The default value is 43200.
- Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Zugriffs-Tokens fest, das für die Verwendung der Web Admin Suite benötigt wird. Der Standardwert ist 43200.
- Type: Integer
- Restart required: No
- System: No
- Optional: No
- Example value: 43200
- Since: 6.12.0.0
- Removed in: 6.12.0.1
client.was.refresh.token.validity.seconds (removed)
- Module: cmas-auth-server
- Description: Determines the validity period in seconds of the refresh token required for obtaining new access tokens for the Web Admin Suite. The default value is 2592000.
- Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Aktualisierungs-Tokens fest, das benötigt wird, um neue Zugriffs-Token für die Web Admin Suite zu erhalten. Der Standardwert ist 2592000.
- Type: Integer
- Restart required: No
- System: No
- Optional: No
- Example value: 2592000
- Since: 6.12.0.0
- Removed in: 6.12.0.1
client.was.secret (removed)
- Module: cmas-auth-server
- Description: Determines the secret shared between the authorization server and the Web Admin Suite.
- Beschreibung: Legt den gemeinsamen geheimen Schlüssel von Authentifizierungsserver und Web Admin Suite fest.
- Type: Password
- Restart required: No
- System: No
- Optional: No
- Example value:
- Since: 6.12.0.0
- Removed in: 6.12.0.1
cmas-core-cache
cache-cluster-name
- Module: cmas-core-cache
- Description: Unique name of a cluster consisting of several ConSol CM nodes. This value is used to identify the nodes belonging to the same cluster during network communication. Please do not change this value manually unless advised by ConSol.
- Beschreibung: Eindeutiger Name eines Clusters, der aus mehreren ConSol CM-Nodes besteht. Dieser Wert wird verwendet, um die Nodes, die zum selben Cluster gehören, bei der Netzwerkkommunikation zu identifizieren. Ändern Sie diesen Wert nicht manuell, außer wenn Sie von ConSol dazu aufgefordert werden.
- Type: String
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: 635a6de1-629a-4129-8299-2d98633310f0
- Since: 6.4.0
cache.logging.listener.enabled
- Module: cmas-core-cache
- Description: Determines whether cache events (
CacheEntryRemoved
,CacheEntryInvalidated
,CacheEntriesEvicted
) are logged toinfinispan.log
for standalone andjgroups-infinispan.log
for cluster mode. The default value is "false". - Beschreibung: Legt fest, ob Cache-Events (
CacheEntryRemoved
,CacheEntryInvalidated
,CacheEntriesEvicted
) in der Dateiinfinispan.log
(für den Standalone-Modus) undjgroups-infinispan.log
(für den Cluster-Modus) protokolliert werden. Der Standardwert ist "false". - Type: Boolean
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: false
- Since: 6.12.0.5
eviction.event.queue.size
- Module: cmas-core-cache
- Description: The size of the queue holding cache events. Default value is 200000, it is recommended to increase the value slightly (up to 400000) on systems with high traffic or load. [Deprecated - not used for infinispan]
- Beschreibung: Die Größe der Queue mit den Cache-Events. Der Standardwert ist 200000. Auf Systemen mit viel Traffic oder Last wird empfohlen, diesen Wert leicht zu erhöhen (bis 400000). [Deprecated - gilt nicht für infinispan]
- Type: Integer
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: 200000
- Since: 6.4.0
eviction.lifeSpan
- Module: cmas-core-cache
- Description: Sets the interval (in milliseconds) for cache entry validity. When this time is elapsed, the entry is removed from the cache.
- Beschreibung: Setzt das Intervall (in Millisekunden) für die Gültigkeit von Cache-Einträgen. Nach der angegebenen Zeit wird der Eintrag aus dem Cache gelöscht.
- Type: Integer
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: 86400000 (default)
- Since: 6.11.1.0
eviction.max.nodes
- Module: cmas-core-cache
- Description: Sets the maximum size of internal caches. The default value is 100000, increasing it will lead to higher memory consumption and is not recommended unless explicitly advised by ConSol.
- Beschreibung: Setzt die maximale Größe der internen Caches. Der Standardwert ist 100000. Das Erhöhen dieses Wertes führt zu einem höheren Speicherverbrauch und wird nicht empfohlen, außer wenn ConSol explizit dazu auffordert.
- Type: Integer
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: 100000
- Since: 6.4.0
eviction.maxIdle
- Module: cmas-core-cache
- Description: Maximum idle time (in milliseconds) a cache entry will be maintained in the cache. If the idle time is exceeded, the entry will be expired cluster-wide. -1 means that the entries never expire. The default value is 126060*1000.
- Beschreibung: Maximale Leerlaufzeit (in Millisekunden), die ein Cache-Eintrag im Cache verbleibt. Wenn die Leerlaufzeit überschritten ist, läuft der Eintrag im gesamten Cluster ab. -1 bedeutet, dass Einträge nie ablaufen. Der Standardwert ist 126060*1000.
- Type: Integer
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: 43200000
- Since: 6.11.1.0
eviction.strategy
- Module: cmas-core-cache
- Description: Determines the cache eviction strategy. Please see the Infinispan documentation for details.
- Beschreibung: Bestimmt die Cache-Löschstrategie. Details hierzu finden Sie in der Infinispan-Dokumentation.
- Type: String
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: LRU, LIRS (default)
- Since: 6.11.1.0
eviction.wakeup.interval
- Module: cmas-core-cache
- Description: Sets the interval (in milliseconds) between two cache queue event processing cycles. The default value is 3000, it is recommended to decrease it (minimum is 1500) on systems with high traffic or load.
- Beschreibung: Setzt das Intervall (in Millisekunden) zwischen zwei Verarbeitungszyklen von Cache-Queue-Events. Der Standardwert ist 3000. Auf Systemen mit viel Traffic oder Last wird empfohlen, den Wert zu verringern (Minimalwert ist 1500).
- Type: Integer
- Restart required: Yes
- System: Yes
- Optional: No
- Example value: 3000
- Since: 6.4.0
statistics.enabled
- Module: cmas-core-cache
- Description: Determines whether cache statistics are gathered. The default value is 'false'.
- Beschreibung: Legt fest, ob Cache-Statistiken gesammelt werden. Der Standardwert ist 'false'.
- Type: Boolean
- Restart required: Yes
- System: No
- Optional: Yes
- Example value: false
- Since: 6.11.1.0
cmas-core-index-common
big.task.minimum.size
- Module: cmas-core-index-common
- Description: Indicates the minimum size of index task (in parts, each part has 100 entities) to qualify this task as a big one. Big tasks have a lower priority than runtime tasks.
- Beschreibung: Gibt die Minimalgröße eines Index-Tasks an (in Teilen, jeder Teil hat 100 Einheiten), um diesen Task als einen großen Task zu qualifizieren. Große Tasks haben eine niedrigere Priorität als Laufzeit-Tasks.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 15 (default)
- Since: 6.8.3
database.notification.enabled
- Module: cmas-core-index-common
- Description: Indicates whether the database should be used as a notification channel for index updates instead of JMS. The default value is "true".
- Beschreibung: Legt fest, ob als Benachrichtigungskanal für Index-Aktualisierungen die Datenbank statt JMS verwendet werden soll. Der Standardwert ist "true".
- Type: Boolean
- Restart required: No
- System: Yes
- Optional: No
- Example value: false
- Since: 6.8.4.7
database.notification.redelivery.delay.seconds
- Module: cmas-core-index-common
- Description: If the database is used as a notification channel for index updates, this property indicates the delay for notification redelivery when an exception occurs.
- Beschreibung: Wenn die Datenbank als Benachrichtigungskanal für Index-Aktualisierungen verwendet wird, legt diese Property fest, mit welcher Verzögerung die Benachrichtigung erneut gesendet wird, wenn eine Ausnahme auftritt.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 60
- Since: 6.8.4.7
database.notification.redelivery.max.attempts
- Module: cmas-core-index-common
- Description: If the database is used as a notification channel for index updates, this property indicates maximum redelivery attempts when an exception occurs.
- Beschreibung: Wenn die Datenbank als Benachrichtigungskanal für Index-Aktualisierungen verwendet wird, legt diese Property fest, wie oft maximal versucht wird, die Benachrichtigung erneut zu senden, wenn eine Ausnahme auftritt.
- Type: Integer
- Restart required: No
- System: Yes
- Optional: No
- Example value: 60
- Since: 6.8.4.7