zhongjiajie commented on issue #9675:
URL: 
https://github.com/apache/dolphinscheduler/issues/9675#issuecomment-1108006134

   > Because we don't need to set these default, there default values are in 
application.yaml, we just export them so that they can be passed down to the 
start up script.
   
   Will it change the setting when users export env before executing the bash 
script? ex
   
   ```sh
   export SPRING_DATASOURCE_USERNAME=custom_usr
   export SPRING_DATASOURCE_PASSWORD=custom_pwd
   ./bin/dolphinscheduler_daemon.sh start standalone-server
   ```
   
   I think it will overwrite the default value in the application.yaml, Am I 
right?


-- 
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]

Reply via email to