This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 43d7cc8a98 [Improvement] [Alert Server] Add default datasource url in
alert server application.yaml for consistency (#10790)
43d7cc8a98 is described below
commit 43d7cc8a982d64fa879dc8997bce9ef3c94078a2
Author: Eric Gao <[email protected]>
AuthorDate: Tue Jul 5 17:23:44 2022 +0800
[Improvement] [Alert Server] Add default datasource url in alert server
application.yaml for consistency (#10790)
* [Improvement] [Alert Server] Add default datasource url in alert server
application.yaml for consistency (#10788)
* [Improvement] [Alert Server] Add newline at end of file (#10788)
---
.../dolphinscheduler-alert-server/src/main/resources/application.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml
b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml
index dd6d55c7d3..87f46e9b13 100644
---
a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml
+++
b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml
@@ -76,3 +76,6 @@ spring:
on-profile: mysql
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://127.0.0.1:3306/dolphinscheduler
+ username: root
+ password: root