Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

The TASKANA UI allows configuration and customization through json-files:

  • environment-information.json
    Contains the information about the environment.

  • taskana-customization.json
    Contains the information about the customization of the Admin UI.

Environment

During startup the TASKANA UI loads the environment information from the URL

http://{taskana-root}/environments/data-sources/environment-information.json

where {taskana-root} points to the deployment location of TASKANA.

This file contains two parameters:

{
	"taskanaRestUrl": "http://localhost:8080/taskana/api",
	"taskanaLogoutUrl": "http://localhost:8080/taskana"
}

In this case, TASKANA is deployed on localhost, port 8080 using the context root ‘/taskana’.

The REST API is found underneath ‘/api’ which is the default and cannot be changed. Please make sure you use the correct root for the REST API.

  • No labels