vorburger opened a new pull request #759: set fineract_tenants_* more nicely in docker-compose.yml URL: https://github.com/apache/fineract/pull/759 We can use environment variables instead of system properties. We originally had to use system properties and could not use environment variables, because these used to read by Tomcat, but since the switch to Hikari in FINERACT-796 these are read by Spring Boot instead of Tomcat, so we can now use system properties. This both "looks nicer" and is useful e.g. for FINERACT-881.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
