|
|
|
@ -24,7 +24,7 @@ spring:
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
druid:
|
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
|
url: jdbc:mysql://192.168.10.137:3306/virtual_patient?useUnicode=true&characterEncoding=utf-8&useSSL=true&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
|
|
|
|
|
url: jdbc:mysql://192.168.10.138:3306/virtual_patient?useUnicode=true&characterEncoding=utf-8&useSSL=true&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
|
|
|
|
|
username: root
|
|
|
|
|
password: '123456'
|
|
|
|
|
initial-size: 5 # 初始化大小
|
|
|
|
@ -52,7 +52,7 @@ spring:
|
|
|
|
|
password: 123456
|
|
|
|
|
|
|
|
|
|
minio:
|
|
|
|
|
url: http://192.168.10.137:9002
|
|
|
|
|
url: http://192.168.10.138:9002
|
|
|
|
|
accessKey: admin
|
|
|
|
|
secretKey: 12345678
|
|
|
|
|
bucketName: virtual-patient-bucket-dev
|
|
|
|
@ -67,7 +67,7 @@ paddle-speech:
|
|
|
|
|
tts: http://192.168.10.137:8090/paddlespeech/tts
|
|
|
|
|
asr: http://192.168.10.137:8090/paddlespeech/asr
|
|
|
|
|
rasa:
|
|
|
|
|
base-url: http://192.168.10.137:8890/virtual-patient-rasa/
|
|
|
|
|
base-url: http://192.168.10.138:8890/virtual-patient-rasa/
|
|
|
|
|
talk: rasa/talkRasa
|
|
|
|
|
saveRasaFile: rasaFile/saveRasaFile
|
|
|
|
|
train: rasaCmd/trainExec
|
|
|
|
@ -82,3 +82,4 @@ human:
|
|
|
|
|
answer:
|
|
|
|
|
# 对于没有匹配上的缺省回答ID,关联的是vp_file_resource的ID
|
|
|
|
|
defaultNoMatchId: 1739173836351885313
|
|
|
|
|
defaultNoMatchAnswerMessage: 你好,医生
|