dengsixing 23 小時之前
父節點
當前提交
de40d4ef26
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/application-preprod.yml

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

@@ -13,7 +13,7 @@ spring:
       strict: false
       datasource:
         vr:
-          url: jdbc:postgresql://10.199.63.114:5432/chinatower_vr
+          url: jdbc:postgresql://10.199.63.253:5432/chinatower_vr
           username: res_vr
           password: Qwer!@#123
           driver-class-name: org.postgresql.Driver
@@ -25,7 +25,7 @@ spring:
             max-lifetime: 1800000
             connection-test-query: SELECT 1 FROM DUAL
         3d:
-          url: jdbc:postgresql://10.199.63.114:5432/chinatower_3d?currentSchema=chinatower_3d
+          url: jdbc:postgresql://10.199.63.253:5432/chinatower_3d?currentSchema=chinatower_3d
           username: res_vr
           password: Qwer!@#123
           driver-class-name: org.postgresql.Driver