Settings here are used to configure the task management.
Description
|
Setting |
What does the setting do? |
|---|---|
|
URL to the REST API of task management (500 characters max.) |
It is used by task management UI to make requests for Task Manager. Example: /tlm-backend |
|
Internal URL to the REST API of task management (500 characters max.) |
It is used when ILS/ILP needs some information from Task Manager. ILS/ILP makes a request to the Task Manager container using this URL. Correct URL construct: <host>:<port>/<prefix>. Example: http://tlm-backend:8881/tlm-backend (for k8s customers) Versions below 23 http://localhost:8081/tlm-backend |
|
URL to the front end of the task management (500 characters max.) |
This URL is used by ILP to display the Task Manager UI. Example: /tlm-frontend |