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.0.0/version-upgrade
Eric Gao 2 years ago committed by caishunfeng
parent
commit
23cd3e85e2
  1. 3
      dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml

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

@ -67,3 +67,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

Loading…
Cancel
Save