CFlyGoo opened a new pull request, #11334: URL: https://github.com/apache/dolphinscheduler/pull/11334
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request <!--(For example: This pull request adds checkstyle plugin).--> * Load environment config and env file at the same time. * The priority of the environment config is higher than the priority of the env file. When an environment variable does not exist in the environment config, it will be supplemented by the env file (if it exists). * The environment config can also overwrite/get the environment variables existing in the env file. This close #10562 ## Brief change log <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> Add local env and global env priority support. ## Verify this pull request This pull request is code cleanup without any test coverage. -- 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]
