|
|
|
@ -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.138:3306/virtual_patient?useUnicode=true&characterEncoding=utf-8&useSSL=true&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
|
|
|
|
|
url: jdbc:mysql://192.168.10.137:3306/virtual_patient?useUnicode=true&characterEncoding=utf-8&useSSL=true&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
|
|
|
|
|
username: root
|
|
|
|
|
password: '123456'
|
|
|
|
|
initial-size: 5 # 初始化大小
|
|
|
|
@ -47,12 +47,12 @@ spring:
|
|
|
|
|
slow-sql-millis: 5000 # 慢 SQL 的标准,默认 3000,单位:毫秒
|
|
|
|
|
merge-sql: false # 合并多个连接池的监控数据,默认false
|
|
|
|
|
redis:
|
|
|
|
|
host: 192.168.10.138
|
|
|
|
|
host: 192.168.10.137
|
|
|
|
|
port: 6379
|
|
|
|
|
password: 123456
|
|
|
|
|
|
|
|
|
|
minio:
|
|
|
|
|
url: http://192.168.10.138:9002
|
|
|
|
|
url: http://192.168.10.137:9002
|
|
|
|
|
accessKey: admin
|
|
|
|
|
secretKey: 12345678
|
|
|
|
|
bucketName: virtual-patient-bucket-dev
|
|
|
|
@ -64,10 +64,10 @@ mybatis-plus:
|
|
|
|
|
|
|
|
|
|
paddle-speech:
|
|
|
|
|
# https://github.com/PaddlePaddle/PaddleSpeech/wiki/PaddleSpeech-Server-RESTful-API
|
|
|
|
|
tts: http://192.168.10.138:8090/paddlespeech/tts
|
|
|
|
|
asr: http://192.168.10.138:8090/paddlespeech/asr
|
|
|
|
|
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.138:8890/virtual-patient-rasa/
|
|
|
|
|
base-url: http://192.168.10.137:8890/virtual-patient-rasa/
|
|
|
|
|
talk: rasa/talkRasa
|
|
|
|
|
saveRasaFile: rasaFile/saveRasaFile
|
|
|
|
|
train: rasaCmd/trainExec
|
|
|
|
@ -79,11 +79,6 @@ human:
|
|
|
|
|
talk-status: /talkStatus
|
|
|
|
|
resourceMaxNumber: 5
|
|
|
|
|
|
|
|
|
|
# local环境使用dev的
|
|
|
|
|
ws:
|
|
|
|
|
# nginx的wss地址(如果是wss的,那么带不带s都可以访问)
|
|
|
|
|
nginx-ip: 192.168.10.138
|
|
|
|
|
nginx-port: 443
|
|
|
|
|
answer:
|
|
|
|
|
# 对于没有匹配上的缺省回答ID,关联的是vp_file_resource的ID
|
|
|
|
|
defaultNoMatchId: 1739173836351885313
|