Licensing and Authorization
Information about licensing and authentication for the server
The licensing for the server is determined by a license file called server.lic
. This file is located in the root folder of the distribution bundle.
In the root folder of the bundle, you will also find a file called secrets.json
.
When the server is running, it offers several end-points that can be called via REST clients in a language of your choice.
To access these end-points, an API key is needed. This API key is specified in the secrets.json
file.
Please change it to a value that you will use to protect the end-points from unauthorised access.
Last updated