xurror opened a new pull request #698: FINERACT-806 - Allow customizing Tenants JDBC password, username and driverClassName (not just URL) URL: https://github.com/apache/fineract/pull/698 In addition to being able to customize the JDBC URL of the Tenant DB (in the Docker Image, but even otherwise) as introduced in FINERACT-773, it would be good if that JDBC connection's username, password and driverClassName could be overriden via a simple environment variable as well. This should be relatively straightforward (now) - just apply the "pattern" from https://github.com/apache/fineract/pull/648/files and introduce additional Java System properties (in lower-case) like the fineract_tenants_url from FINERACT-773.
---------------------------------------------------------------- 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
