[
https://issues.apache.org/jira/browse/FINERACT-900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Vorburger resolved FINERACT-900.
----------------------------------------
Resolution: Fixed
> Clean Up Container Environment Variables
> ----------------------------------------
>
> Key: FINERACT-900
> URL: https://issues.apache.org/jira/browse/FINERACT-900
> Project: Apache Fineract
> Issue Type: Improvement
> Reporter: Michael Vorburger
> Assignee: Michael Vorburger
> Priority: Major
> Fix For: 1.4.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The environment variables for the Fineract container which are set e.g. in
> the https://github.com/apache/fineract/blob/develop/docker-compose.yml and in
> the
> https://github.com/apache/fineract/blob/develop/kubernetes/fineract-server-deployment.yml
> to configure the data sources originally were all stuffed into a single line
> JAVA_OPTS line.
> 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 environment variables.
> So now it's actually possible to do this much more nicely, and separate them.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)