workbookreport
Configuration for workbook report module.
Override the default web driver port allocation, which uses any free port, with a fixed port.
The web driver port is only used internally by Cadenza and bound to localhost, so there should be no external communication with the web driver. Setting a fixed port may be necessary in environments with security policies that require open ports to be listed explicitly, such as SELinux configured restrictively.
When in doubt, do not specify.
The maximum time Cadenza will wait for a report to finish loading. Loading may take some time, especially when complex data queries are involved. That's why the default timeout is PT5M. If you know that your reports only use faster queries, then you may want to decrease the timeout to avoid unnecessary waiting in case of an error.
Address of cadenza server. Should be used in multi-node environments. This enables Cadenza to delegate compute-intensive report generation to other instances in the cluster. This can be official domain under which Cadenza is deployed, Cadenza reverse proxy url, or kubernetes service url.