...
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.
in Container environments add these lines to your container environment:
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
volumecounter: mode: file file: counterSender: targetUrl: https://voli-toolvcrs.kgs-cloud.de isActive: true |
...
Code Block | ||
---|---|---|
| ||
volumecounter: mode: file file: counterSender: proxy: uri: <yourProxyURL> user: <yourProxyUser> password: <yourProxyPassword> |
Info |
---|
If proxy is without authentification, please don’t configure user and password. |
Volume period
Info |
---|
This chapter applies to tia® Core 3.4.0 or newer |
...