rickchengx commented on code in PR #11113: URL: https://github.com/apache/dolphinscheduler/pull/11113#discussion_r931959887
########## docs/docs/en/architecture/configuration.md: ########## @@ -139,321 +123,203 @@ export DOLPHINSCHEDULER_OPTS=" > "-XX:DisableExplicitGC" is not recommended due to may lead to memory link > (DS dependent on Netty to communicate). -### datasource.properties [datasource config properties] +### 2. Database connection related configuration + +DS uses Spring Hikari to manage database connections, configuration file location: + +|Service| Configuration file | +|--|--| +Master Server | `master-server/conf/application.yaml` +Api Server| `api-server/conf/application.yaml` +Worker Server| `worker-server/conf/application.yaml` +Alert Server| `alert-server/conf/application.yaml` Review Comment: Sure. -- 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]
