[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)
This commit is contained in:
parent
d2fe16d252
commit
43d7cc8a98
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue