Advanced Settings
To tweak additional advanced behavior of Digital Distributed Containers, add the command line parameter to the helm installation (the ddc.
prefix is required):
Configurations Variable | Required | Description |
---|---|---|
BASE_URL |
Optional |
Fix a base url (eg: https://ddc.org.com) for the web interface. This is not required unless there is URL rewriting happening in the request. Also note that the X-FORWARDED_PROTO and X-FORWARDED_PORT headers are supported and should be a preferred configuration over setting the BASE_URL. |
BASE_PATH |
Optional |
Fix a base context path for the web interface (eg: /ddc). This is useful if the proxy strategy is to expose multiple DDC on the same base URL. |
HEADLESS |
Optional |
Run the DDC in headless mode. In headless mode, the user interface applications are not available and only the REST API of the container is accessible. Defaults to false. |
TRIGGER_THREAD_COUNT |
Optional configuration for trigger service |
Number of threads that will process triggers such as timers, incoming messages (rabbitmq, apache kafka), etc. Defaults to 1. |
VALIDATION_INTERFACES_STRICT |
Optional |
Controls validation mode of interfaces at startup, accepted values: |
SESSION_TIMEOUT |
Optional |
Controls the web session timeouts. This value is numeric and in number of minutes, defaults to |
MANAGEMENT_HEALTH_INTEGRATIONSERVICE_ENABLED |
Optional |
Enables monitoring of integration service components (connectors) as part of health checks, defaults to |
MANAGEMENT_ENDPOINT_HEALTH_SHOW_DETAILS |
Optional |
Enables details as part of health checks monitoring, accepted values are |
MANAGEMENT_ENDPOINT_HEALTH_GROUP_LIVENESS_INCLUDE |
Optional |
Includes additional health indicators as part of liveness group, accepted values are |
USE_SYSTEM_PROXIES |
Optional |
Sets to |
JAVA_OPTIONS |
Optional |
Sets to the value of additional options to set on the java virtual machine (ex: -Dxxx=yyy -Dzzz=true) |
AUTOMATION_INTEGRATION_HTTP_REQUEST_TIMEOUT |
Optional |
Sets the http(s) requests timeout in milliseconds. Defaults to 30000 (30 seconds). |
AUTOMATION_INTEGRATION_HTTP_CONNECTION_TIMEOUT |
Optional |
Sets the http(s) connection timeout in milliseconds. Defaults to 30000 (30 seconds). |
AUTOMATION_INTEGRATION_HTTP_SOCKET_TIMEOUT |
Optional |
Sets the http(s) socket timeout in milliseconds. Defaults to 30000 (30 seconds). |