kezhenxu94 commented on issue #9675: URL: https://github.com/apache/dolphinscheduler/issues/9675#issuecomment-1108007314
> > > 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 > > ```shell > > 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? > > I've tried this. It will overwrite the default username and password in the application.yaml. Yes, this is what we expected. -- 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]
