|
@@ -59,7 +59,7 @@ spring:
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
platform: mysql
|
|
|
- url: jdbc:mysql://192.168.2.236:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://172.20.73.235:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
username: root
|
|
|
password: lantone
|
|
|
# 连接池的配置信息
|
|
@@ -112,8 +112,8 @@ spring:
|
|
|
cache: 15 # cache索引
|
|
|
token: 15 # Token索引
|
|
|
mr: 15 # 病历索引
|
|
|
- host: 192.168.2.236 #Redis服务器地址
|
|
|
- port: 6378 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
+ host: 172.20.73.234 #Redis服务器地址
|
|
|
+ port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
|
lettuce:
|
|
|
pool:
|
|
@@ -172,7 +172,7 @@ tokenAuth:
|
|
|
|
|
|
#图片服务器
|
|
|
imageUrl:
|
|
|
- prefix: http://192.168.2.236:82
|
|
|
+ prefix: http://172.20.73.234:82
|
|
|
|
|
|
#病历质控地址
|
|
|
mrqc:
|
|
@@ -180,4 +180,4 @@ mrqc:
|
|
|
|
|
|
#CDSS核心地址
|
|
|
cdss-core:
|
|
|
- url: http://192.168.2.236:7010
|
|
|
+ url: http://172.20.73.233:7010
|