chore: 修改 postgres 的链接
This commit is contained in:
@@ -6,8 +6,8 @@ spring:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: org.postgresql.Driver
|
||||
url: jdbc:postgresql://localhost:5432/youlai_admin?currentSchema=public&stringtype=unspecified
|
||||
username: youlai
|
||||
password: 123456
|
||||
username: postgres
|
||||
password: postgres
|
||||
|
||||
data:
|
||||
redis:
|
||||
|
||||
@@ -6,8 +6,8 @@ spring:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: org.postgresql.Driver
|
||||
url: jdbc:postgresql://localhost:5432/youlai_admin?currentSchema=public&stringtype=unspecified
|
||||
username: youlai
|
||||
password: 123456
|
||||
username: postgres
|
||||
password: postgres
|
||||
data:
|
||||
redis:
|
||||
database: 11
|
||||
|
||||
Reference in New Issue
Block a user