|
|
@ -24,9 +24,9 @@ spring:
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
druid:
|
|
|
|
druid:
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
url: jdbc:mysql://virtual-patient-mysql:3306/virtual_patient?useUnicode=true&characterEncoding=utf-8&useSSL=true&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
|
|
|
|
url: jdbc:mysql://virtual-patient-mysql:37088/virtual_patient?useUnicode=true&characterEncoding=utf-8&useSSL=true&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
|
|
|
|
username: root
|
|
|
|
username: root
|
|
|
|
password: '123456'
|
|
|
|
password: '#Yaxin0504'
|
|
|
|
initial-size: 5 # 初始化大小
|
|
|
|
initial-size: 5 # 初始化大小
|
|
|
|
min-idle: 10 # 最小连接数
|
|
|
|
min-idle: 10 # 最小连接数
|
|
|
|
max-active: 20 # 最大连接数
|
|
|
|
max-active: 20 # 最大连接数
|
|
|
@ -48,13 +48,13 @@ spring:
|
|
|
|
merge-sql: false # 合并多个连接池的监控数据,默认false
|
|
|
|
merge-sql: false # 合并多个连接池的监控数据,默认false
|
|
|
|
redis:
|
|
|
|
redis:
|
|
|
|
host: virtual-patient-redis
|
|
|
|
host: virtual-patient-redis
|
|
|
|
port: 6379
|
|
|
|
port: 11379
|
|
|
|
password: 123456
|
|
|
|
password: #Yaxin0504
|
|
|
|
|
|
|
|
|
|
|
|
minio:
|
|
|
|
minio:
|
|
|
|
url: http://virtual-patient-minio:9002
|
|
|
|
url: http://virtual-patient-minio:11901
|
|
|
|
accessKey: admin
|
|
|
|
accessKey: admin
|
|
|
|
secretKey: 12345678
|
|
|
|
secretKey: #Yaxin0504
|
|
|
|
bucketName: virtual-patient-bucket-prod
|
|
|
|
bucketName: virtual-patient-bucket-prod
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -68,7 +68,5 @@ paddle-speech:
|
|
|
|
tts: http://virtual-patient-paddle-speech:8090/paddlespeech/tts
|
|
|
|
tts: http://virtual-patient-paddle-speech:8090/paddlespeech/tts
|
|
|
|
asr: http://virtual-patient-paddle-speech:8090/paddlespeech/asr
|
|
|
|
asr: http://virtual-patient-paddle-speech:8090/paddlespeech/asr
|
|
|
|
|
|
|
|
|
|
|
|
answer:
|
|
|
|
# 相似度匹配系统URL
|
|
|
|
# 对于没有匹配上的缺省回答ID,关联的是vp_file_resource的ID
|
|
|
|
qaSimilarity: virtual-patient-qa:8711
|
|
|
|
defaultNoMatchId: 1739173836351885313
|
|
|
|
|
|
|
|
defaultNoMatchAnswerMessage: 你好,医生
|
|
|
|
|