Browse Source

沙雅配置文件上传

wangsy 5 months ago
parent
commit
2be5ba3566
2 changed files with 23 additions and 23 deletions
  1. 12 12
      src/main/resources/application-pre.yml
  2. 11 11
      src/main/resources/application-test.yml

+ 12 - 12
src/main/resources/application-pre.yml

@@ -66,9 +66,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.121:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
-      username: teamback
-      password: goTulmLeon
+      url: jdbc:mysql://173.18.12.191:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+      username: root
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -124,10 +124,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.121
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -138,9 +138,9 @@ spring:
       cache: 15 # cache索引
       token: 15 # Token索引
       mr: 15 # 病历索引
-    host: 192.168.2.121  #Redis服务器地址
+    host: 173.18.12.191  #Redis服务器地址
     port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -202,16 +202,16 @@ tokenAuth:
 
 #图片服务器
 imageUrl:
-  prefix: http://192.168.2.121:82
+  prefix: http://173.18.12.191:82
 
 #病历质控地址
 mrqc:
-  url: http://192.168.2.121:5858
+  url: http://173.18.12.192:5858
 
 #CDSS核心地址
 cdss-core:
-  url: http://192.168.2.121:7010
+  url: http://127.0.0.1:7010
 
 #页面推送模式地址配置
 data-page:
-  url: http://127.0.0.1:5654
+  url: http://39.171.255.83:5654

+ 11 - 11
src/main/resources/application-test.yml

@@ -66,9 +66,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://127.0.0.1:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+      url: jdbc:mysql://192.168.8.29:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
       username: root
-      password: cxzg8!@#
+      password: Dl1-GfaNxtPg
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -124,10 +124,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 127.0.0.1
+    host: 192.168.8.29
     port: 5672
-    username: guest
-    password: guest
+    username: jmz-cloud
+    password: jmz-cloud
     publisher-confirms: true
     virtual-host: /
 
@@ -137,9 +137,9 @@ spring:
       cache: 15 # cache索引
       token: 15 # Token索引
       mr: 15 # 病历索引
-    host: 127.0.0.1  #Redis服务器地址
+    host: 192.168.8.29  #Redis服务器地址
     port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
-    password: # Redis服务器连接密码(默认为空)
+    password: Lhis999@123 # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -201,16 +201,16 @@ tokenAuth:
 
 #图片服务器
 imageUrl:
-  prefix: http://127.0.0.1:82
+  prefix: http://192.168.8.29:82
 
 #病历质控地址
 mrqc:
-  url: http://127.0.0.1:5858
+  url: http://192.168.8.29:5858
 
 #CDSS核心地址
 cdss-core:
-  url: http://127.0.0.1:7010
+  url: http://192.168.8.29:7010
 
 #页面推送模式地址配置
 data-page:
-  url: http://127.0.0.1:5654
+  url: http://192.168.8.29:5654