浏览代码

演示分支配置文件上传

wangsy 10 月之前
父节点
当前提交
30886a6846
共有 1 个文件被更改,包括 11 次插入11 次删除
  1. 11 11
      src/main/resources/application-pro.yml

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

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