Browse Source

[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)
3.1.0-release
Eric Gao 2 years ago committed by GitHub
parent
commit
43d7cc8a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml

3
dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml

@ -76,3 +76,6 @@ spring:
on-profile: mysql on-profile: mysql
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/dolphinscheduler
username: root
password: root

Loading…
Cancel
Save