|
@@ -13,19 +13,19 @@ spring:
|
|
|
strict: false
|
|
|
datasource:
|
|
|
vr:
|
|
|
- url: jdbc:postgresql://10.159.32.145:5432/chinatower_vr
|
|
|
+ url: jdbc:postgresql://10.159.32.174:5432/chinatower_vr
|
|
|
username: res_vr
|
|
|
password: qawsed@123.
|
|
|
driver-class-name: org.postgresql.Driver
|
|
|
hikari:
|
|
|
- maximum-pool-size: 20 #连接池最大连接数
|
|
|
+ maximum-pool-size: 50 #连接池最大连接数
|
|
|
minimum-idle: 5 #连接池最小连接数
|
|
|
connection-timeout: 30000
|
|
|
idle-timeout: 600000
|
|
|
max-lifetime: 1800000
|
|
|
connection-test-query: SELECT 1 FROM DUAL
|
|
|
3d:
|
|
|
- url: jdbc:postgresql://10.159.32.145:5432/chinatower_3d?currentSchema=chinatower_3d
|
|
|
+ url: jdbc:postgresql://10.159.32.174:5432/chinatower_3d?currentSchema=chinatower_3d
|
|
|
username: res_vr
|
|
|
password: qawsed@123.
|
|
|
driver-class-name: org.postgresql.Driver
|