hansva commented on issue #5188: URL: https://github.com/apache/hop/issues/5188#issuecomment-4267346025
.take-issue Add a new helper that does the following order: 1. hop-config (default / base) → values shipped with your app 2. Environment variables (System.getenv()) → Docker, Kubernetes, CI/CD overrides 3. Java system properties (System.getProperties()) → explicit runtime overrides (-Dkey=value) now only applied to this variable need to discuss if we should just do this for all variables to allow better container management. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
