瀏覽代碼

云平台配置调整

liuqq 3 年之前
父節點
當前提交
9930b2c280

+ 2 - 2
config-server/src/main/resources/shared/admin-service-pro.yml

@@ -24,10 +24,10 @@ spring:
       password: ${security2.user.password}
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
 

+ 4 - 4
config-server/src/main/resources/shared/aipt-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/med?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://121.199.175.124:3306/med?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: LanT0ne@2021
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -59,10 +59,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
 

+ 2 - 2
config-server/src/main/resources/shared/data-service-pro.yml

@@ -14,10 +14,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
 

+ 4 - 4
config-server/src/main/resources/shared/gateway-service-pro.yml

@@ -18,9 +18,9 @@ spring:
   redis:
     database:
       cache: 0 # Redis限流缓存索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 121.199.175.124  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: Lant0ne # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -30,10 +30,10 @@ spring:
     timeout: 20000 # 连接超时时间(毫秒)
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
   cloud:

+ 2 - 2
config-server/src/main/resources/shared/ltapi-service-pro.yml

@@ -14,9 +14,9 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /

+ 5 - 5
config-server/src/main/resources/shared/prec-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-prec?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://121.199.175.124:13306/sys-prec?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: LanT0ne@2021
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -67,10 +67,10 @@ spring:
           group: statistiReceiveGroup
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
 
@@ -104,7 +104,7 @@ mybatis-plus:
     cache-enabled: false
 
 imageUrl:
-  prefix: http://192.168.2.122:82
+  prefix: http://121.199.175.124:82
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate

+ 5 - 5
config-server/src/main/resources/shared/precman-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-prec?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://121.199.175.124:13306/sys-prec?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: LanT0ne@2021
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -65,10 +65,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
 
@@ -102,4 +102,4 @@ mybatis-plus:
     cache-enabled: false
 
 imageUrl:
-  prefix: http://192.168.2.122:82
+  prefix: http://121.199.175.124:82

+ 6 - 6
config-server/src/main/resources/shared/tran-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-tran?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://121.199.175.124:13306/sys-tran?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: LanT0ne@2021
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -59,10 +59,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
 
@@ -70,9 +70,9 @@ spring:
   redis:
     database:
       mr: 7 # Redis病历索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 121.199.175.124  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: Lant0ne # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)

+ 2 - 2
config-server/src/main/resources/shared/triage-service-pro.yml

@@ -14,9 +14,9 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /

+ 4 - 4
config-server/src/main/resources/shared/uaa-service-pro.yml

@@ -4,9 +4,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-user?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://121.199.175.124:13306/sys-user?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: LanT0ne@2021
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -49,10 +49,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
 

+ 4 - 4
config-server/src/main/resources/shared/user-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-user?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://121.199.175.124:13306/sys-user?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: LanT0ne@2021
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -59,10 +59,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /