|
@@ -19,12 +19,12 @@
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
|
# postgre
|
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
-spring.datasource.url=jdbc:postgresql://192.168.xx.xx:5432/dolphinscheduler
|
|
|
+spring.datasource.url=jdbc:postgresql://localhost:5432/dolphinscheduler
|
|
|
# mysql
|
|
|
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
#spring.datasource.url=jdbc:mysql://192.168.xx.xx:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8
|
|
|
-spring.datasource.username=xx
|
|
|
-spring.datasource.password=xx
|
|
|
+spring.datasource.username=test
|
|
|
+spring.datasource.password=test
|
|
|
|
|
|
# connection configuration
|
|
|
spring.datasource.initialSize=5
|