-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
There is a property to read the license from a file (https://camunda.github.io/camunda-bpm-spring-boot-starter/docs/current/index.html#properties). There should be a default location where it is checked for a license, if this property is not set.
E.g.:
camunda.bpm.license-file=file:${user.home}/.camunda/license.txt
Just as an additional thought: Maybe such logic could also be moved from Spring Boot to a place, where the license is checked in the platform? Then the same thing would also work for any camunda environment, if there is a license in the default location it just get picked up?