Configuration Manager - Task Management
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>/api. Example: http://localhost:8081/tlm-backend/api |
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 |