Versions Compared

Key

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

...

tia® Content Server core support automatic volume measurement and sending this information to kgs. This feature is NOT activated by default. This process ist only supported for production environments. Please make sure all tia® Content Server core instances of your production system are configured in the same way. The URL https://voli-toolvcrs.kgs-cloud.de (4.182.18.30) must be accessible from the system.

...

Code Block
languageyaml
volumecounter.file.counterSender.mode: file
volumecounter.file.counterSender.targetUrl: https://voli-toolvcrs.kgs-cloud.de
volumecounter.file.counterSender.isActive: true

for war file server deployments add this your application.yml:

Code Block
languageyaml
volumecounter:
  mode: file
  file:
    counterSender:
      targetUrl: https://voli-toolvcrs.kgs-cloud.de
      isActive: true

...