dengsixing hace 10 meses
padre
commit
97d97bfa18

+ 4 - 4
src/main/resources/application-preprod.yml

@@ -14,8 +14,8 @@ spring:
       datasource:
         vr:
           url: jdbc:postgresql://10.161.32.224:5432/chinatower_vr
-          username: res_vr
-          password: qawsed@123.
+          username: RES_VR
+          password: Changeme#123
           driver-class-name: org.postgresql.Driver
           hikari:
             maximum-pool-size: 20 #连接池最大连接数
@@ -26,8 +26,8 @@ spring:
             connection-test-query: SELECT 1 FROM DUAL
         3d:
           url: jdbc:postgresql://10.161.32.224:5432/chinatower_3d?currentSchema=chinatower_3d
-          username: res_vr
-          password: qawsed@123.
+          username: RES_VR
+          password: Changeme#123
           driver-class-name: org.postgresql.Driver
           hikari:
             maximum-pool-size: 20 #连接池最大连接数

+ 3 - 3
src/main/resources/application-prod.yml

@@ -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