Installation problem due to environment variable

Hi, we are installing Docker image flowable/all-in-one image onto a JElastic environment. The installation went well but execution got a little problem due to the redirection url to login by floable-idm to localhost. The problem we are encountering is somewhat trivial. The environment variable to set contains some ‘-’ caracters that is not a good practice and more important for us, this seem to be not supported by JElastic ! Is it some way to solve this issue ?

Found the solution : because flowable are Spring Boot applications I can use different syntax as environment variables. Nice to know this Spring feature.

https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html#boot-features-external-config-relaxed-binding.

FLOWABLE_COMMON_APP_IDM_REDIRECT_URL works fine also.

Thanks for posting your findings!