mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-01 11:47:51 +08:00
modify datasource.properties postgresql password
This commit is contained in:
parent
a41285983c
commit
18548ad1c1
@ -23,7 +23,7 @@
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/dolphinscheduler
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=root@123
|
||||
spring.datasource.password=root
|
||||
|
||||
## base spring data source configuration todo need to remove
|
||||
#spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
||||
|
Loading…
Reference in New Issue
Block a user