|
@@ -92,17 +92,17 @@ spring:
|
|
cdss:
|
|
cdss:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
platform: mysql
|
|
platform: mysql
|
|
- url: jdbc:mysql://192.168.0.182:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
|
|
|
|
|
|
+ url: jdbc:mysql://10.58.4.153:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
|
|
username: root
|
|
username: root
|
|
- password: lt@great
|
|
|
|
|
|
+ password: lantone
|
|
druid:
|
|
druid:
|
|
initial-size: 5
|
|
initial-size: 5
|
|
med:
|
|
med:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
platform: mysql
|
|
platform: mysql
|
|
- url: jdbc:mysql://192.168.0.182:3306/med_2021?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
|
|
|
|
|
|
+ url: jdbc:mysql://10.58.4.153:3306/med_2021?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
|
|
username: root
|
|
username: root
|
|
- password: lt@great
|
|
|
|
|
|
+ password: lantone
|
|
druid:
|
|
druid:
|
|
initial-size: 5
|
|
initial-size: 5
|
|
|
|
|
|
@@ -115,7 +115,7 @@ spring:
|
|
database:
|
|
database:
|
|
cache: 11 # cache索引
|
|
cache: 11 # cache索引
|
|
similar: 11 # similar索引
|
|
similar: 11 # similar索引
|
|
- host: 192.168.0.181 #Redis服务器地址
|
|
|
|
|
|
+ host: 10.58.4.152 #Redis服务器地址
|
|
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
lettuce:
|
|
lettuce:
|
|
@@ -168,21 +168,21 @@ swagger:
|
|
enable: true
|
|
enable: true
|
|
|
|
|
|
CRF:
|
|
CRF:
|
|
- url: http://192.168.0.183:3456
|
|
|
|
|
|
+ url: http://10.58.4.154:3456
|
|
|
|
|
|
StandConvert:
|
|
StandConvert:
|
|
- url: http://192.168.0.183:23232
|
|
|
|
|
|
+ url: http://10.58.4.154:23232
|
|
rate: 0.9
|
|
rate: 0.9
|
|
|
|
|
|
StandConvertNew:
|
|
StandConvertNew:
|
|
- url: http://192.168.0.183:7000
|
|
|
|
|
|
+ url: http://10.58.4.154:7000
|
|
rate: 0.9
|
|
rate: 0.9
|
|
|
|
|
|
IcssPush:
|
|
IcssPush:
|
|
- url: http://192.168.0.181:5008
|
|
|
|
|
|
+ url: http://10.58.4.152:5008
|
|
|
|
|
|
# 新版推送:9212【本地,236】,9211【241】,9210【121,122】
|
|
# 新版推送:9212【本地,236】,9211【241】,9210【121,122】
|
|
PushNew:
|
|
PushNew:
|
|
- url: http://192.168.0.183:9210
|
|
|
|
|
|
+ url: http://10.58.4.154:9210
|
|
|
|
|
|
debugFlag: true
|
|
debugFlag: true
|