Просмотр исходного кода

新疆沙雅分支配置文件更新

wangsy 7 месяцев назад
Родитель
Сommit
149ad435d5
20 измененных файлов с 99 добавлено и 99 удалено
  1. 3 3
      config-server/src/main/resources/shared/admin-service-dev.yml
  2. 5 5
      config-server/src/main/resources/shared/aipt-service-dev.yml
  3. 1 1
      config-server/src/main/resources/shared/application-dev.yml
  4. 2 2
      config-server/src/main/resources/shared/bi-service-dev.yml
  5. 3 3
      config-server/src/main/resources/shared/data-service-dev.yml
  6. 5 5
      config-server/src/main/resources/shared/diagbotman-service-dev.yml
  7. 5 5
      config-server/src/main/resources/shared/feedback-service-dev.yml
  8. 5 5
      config-server/src/main/resources/shared/gateway-service-dev.yml
  9. 2 2
      config-server/src/main/resources/shared/icss-service-dev.yml
  10. 8 8
      config-server/src/main/resources/shared/icssman-service-dev.yml
  11. 11 11
      config-server/src/main/resources/shared/knowledgeman-service-dev.yml
  12. 5 5
      config-server/src/main/resources/shared/logger-service-dev.yml
  13. 3 3
      config-server/src/main/resources/shared/ltapi-service-dev.yml
  14. 9 9
      config-server/src/main/resources/shared/ltkg-service-dev.yml
  15. 3 3
      config-server/src/main/resources/shared/monitor-service-dev.yml
  16. 6 6
      config-server/src/main/resources/shared/prec-service-dev.yml
  17. 6 6
      config-server/src/main/resources/shared/precman-service-dev.yml
  18. 7 7
      config-server/src/main/resources/shared/precold-service-pre.yml
  19. 7 7
      config-server/src/main/resources/shared/tran-service-dev.yml
  20. 3 3
      config-server/src/main/resources/shared/triage-service-dev.yml

+ 3 - 3
config-server/src/main/resources/shared/admin-service-dev.yml

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

+ 5 - 5
config-server/src/main/resources/shared/aipt-service-dev.yml

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

+ 1 - 1
config-server/src/main/resources/shared/application-dev.yml

@@ -103,4 +103,4 @@ crypt:
 
 mrqc:
   server:
-    address: http://192.168.2.234:8090
+    address: http://173.18.12.195:5858

+ 2 - 2
config-server/src/main/resources/shared/bi-service-dev.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.236:3306/sys-log?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.194:3306/sys-log?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5

+ 3 - 3
config-server/src/main/resources/shared/data-service-dev.yml

@@ -14,10 +14,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.236
+    host: 173.18.12.194
     port: 5672
-    username: lantone
-    password: lantone
+    username: dsYun
+    password: guest
     publisher-confirms: true
     virtual-host: /
 

+ 5 - 5
config-server/src/main/resources/shared/diagbotman-service-dev.yml

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

+ 5 - 5
config-server/src/main/resources/shared/feedback-service-dev.yml

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

+ 5 - 5
config-server/src/main/resources/shared/gateway-service-dev.yml

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

+ 2 - 2
config-server/src/main/resources/shared/icss-service-dev.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.236:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.194:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5

+ 8 - 8
config-server/src/main/resources/shared/icssman-service-dev.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.236:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.194:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -65,10 +65,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.236
+    host: 173.18.12.194
     port: 5672
-    username: lantone
-    password: lantone
+    username: dsYun
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -76,9 +76,9 @@ spring:
   redis:
     database:
       cache: 5 # Redis缓存索引
-    host: 192.168.2.236  #Redis服务器地址
+    host: 173.18.12.194  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -122,5 +122,5 @@ fastdfs:
   charset: UTF-8
   http_tracker_http_port: 8080
   http_anti_steal_token: no
-  tracker_servers: 192.168.2.236:22122
+  tracker_servers: 173.18.12.190:22122
 

+ 11 - 11
config-server/src/main/resources/shared/knowledgeman-service-dev.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.236:3306/med?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+      url: jdbc:mysql://173.18.12.194:3306/med?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -71,10 +71,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.236
+    host: 173.18.12.194
     port: 5672
-    username: lantone
-    password: lantone
+    username: dsYun
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -82,9 +82,9 @@ spring:
   redis:
     database:
       cache: 6 # Redis缓存索引
-    host: 192.168.2.236  #Redis服务器地址
+    host: 173.18.12.194  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -125,16 +125,16 @@ mybatis-plus:
 hystrix.command.AIServiceClient#createFile().execution.isolation.thread.timeoutInMilliseconds: 180000
 
 imageUrl:
-  prefix: http://192.168.2.236:82
+  prefix: http://173.18.12.194:82
 
 neo:
   server:
-    address: http://192.168.2.234:5004
+    address: http://173.18.12.195:5004
 
 ai:
   server:
-    address: http://192.168.2.234:5008
+    address: http://173.18.12.195:5008
 
 nlp:
   server:
-    address: http://192.168.2.234:5002
+    address: http://173.18.12.195:5002

+ 5 - 5
config-server/src/main/resources/shared/logger-service-dev.yml

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

+ 3 - 3
config-server/src/main/resources/shared/ltapi-service-dev.yml

@@ -14,9 +14,9 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.236
+    host: 173.18.12.194
     port: 5672
-    username: lantone
-    password: lantone
+    username: dsYun
+    password: guest
     publisher-confirms: true
     virtual-host: /

+ 9 - 9
config-server/src/main/resources/shared/ltkg-service-dev.yml

@@ -12,7 +12,7 @@ spring:
       datasource:
         neo4j:
           driver-class-name: org.neo4j.jdbc.Driver
-          url: jdbc:neo4j:http://192.168.3.150:7474
+          url: jdbc:neo4j:http://173.18.12.194:7474
           username: neo4j
           password: 12345678
           #定义初始连接数
@@ -28,9 +28,9 @@ spring:
         mysql:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.236:3306/sys-ltkg?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+          url: jdbc:mysql://173.18.12.194:3306/sys-ltkg?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
           username: root
-          password: lantone
+          password: dsYun8!@#
 
 
   cloud:
@@ -42,10 +42,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.236
+    host: 173.18.12.194
     port: 5672
-    username: lantone
-    password: lantone
+    username: dsYun
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -91,11 +91,11 @@ mybatis-plus:
 
 nlprel:
   server:
-    address: http://192.168.3.150:3456
+    address: http://173.18.12.190:3456
 
 qa:
   server:
-    address: http://192.168.3.150:9998
+    address: http://173.18.12.193:9998
 term:
   server:
-    address: http://192.168.3.150:23232
+    address: http://173.18.12.190:23232

+ 3 - 3
config-server/src/main/resources/shared/monitor-service-dev.yml

@@ -13,10 +13,10 @@ turbine:
 #mq
 spring:
   rabbitmq:
-    host: 192.168.2.236
+    host: 173.18.12.194
     port: 5672
-    username: lantone
-    password: lantone
+    username: dsYun
+    password: guest
     publisher-confirms: true
     virtual-host: /
 

+ 6 - 6
config-server/src/main/resources/shared/prec-service-dev.yml

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

+ 6 - 6
config-server/src/main/resources/shared/precman-service-dev.yml

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

+ 7 - 7
config-server/src/main/resources/shared/precold-service-pre.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.121:3306/sys-precold?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
-      username: teamback
-      password: goTulmLeon
+      url: jdbc:mysql://173.18.12.194:3306/sys-precold?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      username: root
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -59,10 +59,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.121
+    host: 173.18.12.194
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -96,7 +96,7 @@ mybatis-plus:
     cache-enabled: false
 
 imageUrl:
-  prefix: http://192.168.2.121:82
+  prefix: http://173.18.12.194:82
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate

+ 7 - 7
config-server/src/main/resources/shared/tran-service-dev.yml

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

+ 3 - 3
config-server/src/main/resources/shared/triage-service-dev.yml

@@ -14,9 +14,9 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.236
+    host: 173.18.12.194
     port: 5672
-    username: lantone
-    password: lantone
+    username: dsYun
+    password: guest
     publisher-confirms: true
     virtual-host: /