|
|
|
@ -6,9 +6,9 @@ spring: |
|
|
|
druid: |
|
|
|
# 主库数据源 |
|
|
|
master: |
|
|
|
url: jdbc:mysql://192.168.0.128:3306/ruisi_cga?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
|
|
|
url: jdbc:mysql://192.168.11.85:23306/ruisi_cga?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
|
|
|
username: root |
|
|
|
password: Sxinf18aA |
|
|
|
password: xian#2024!!! |
|
|
|
# 从库数据源 |
|
|
|
slave: |
|
|
|
# 从数据源开关/默认关闭 |
|
|
|
@ -62,13 +62,13 @@ spring: |
|
|
|
# redis 配置 |
|
|
|
redis: |
|
|
|
# 地址 |
|
|
|
host: localhost |
|
|
|
host: 192.168.11.85 |
|
|
|
# 端口,默认为6379 |
|
|
|
port: 6379 |
|
|
|
port: 26379 |
|
|
|
# 数据库索引 |
|
|
|
database: 1 |
|
|
|
# 密码 |
|
|
|
password: 123456 |
|
|
|
password: redis111^# |
|
|
|
# 连接超时时间 |
|
|
|
timeout: 10s |
|
|
|
lettuce: |
|
|
|
@ -88,7 +88,7 @@ app: |
|
|
|
# 资源访问路径前缀 示例(/profile) |
|
|
|
profileUrl: /profile |
|
|
|
# 资源存储路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) |
|
|
|
profilePath: /data/cgav2/server/profile/ |
|
|
|
profilePath: /data/cgav2/profile/ |
|
|
|
# 分布式ID-WorkID |
|
|
|
workerId: 1 |
|
|
|
# 分布式ID-DataCenterID |
|
|
|
@ -99,21 +99,21 @@ ht: |
|
|
|
patientUrl: https://api.tall.wiki/ruisi/client/# |
|
|
|
name: 认知功能评测云平台系统 |
|
|
|
file: |
|
|
|
path: /data/cgav2/server/profile/ |
|
|
|
path: /data/cgav2/profile/ |
|
|
|
#domain: https://api.ccsens.com/test/ |
|
|
|
domain: http://116.204.40.58/ruisiClient |
|
|
|
imgDomain: http://116.204.40.58/ruisiClient/profile |
|
|
|
reportDomain: /data/cgav2/server/profile |
|
|
|
reportPath: /data/cgav2/server/profile |
|
|
|
ldTemplate: /data/cgav2/server/profile/upload/dTemplate.xlsx |
|
|
|
ldTjbgDir: /data/cgav2/server/profile/tjbg/ |
|
|
|
ldExportDir: /data/cgav2/server/profile/ldExport |
|
|
|
ldZQTYDir: /data/cgav2/server/profile/ldZQTYExport |
|
|
|
ldZQTYTemplate: /data/cgav2/server/profile/upload/2024年河津流调知情同意书模板-V1.docx |
|
|
|
grPath: /data/cgav2/server/profile/grReportTemplate.docx |
|
|
|
ysPath: /data/cgav2/server/profile/ysReportTemplate.docx |
|
|
|
ldTemplate: /data/cgav2/profile/upload/dTemplate.xlsx |
|
|
|
ldTjbgDir: /data/cgav2/profile/tjbg/ |
|
|
|
ldExportDir: /data/cgav2/profile/ldExport |
|
|
|
ldZQTYDir: /data/cgav2/profile/ldZQTYExport |
|
|
|
ldZQTYTemplate: /data/cgav2/profile/upload/2024年河津流调知情同意书模板-V1.docx |
|
|
|
grPath: /data/cgav2/profile/grReportTemplate.docx |
|
|
|
ysPath: /data/cgav2/profile/ysReportTemplate.docx |
|
|
|
informed: |
|
|
|
studySign: /data/cgav2/server/profile/studySign.png |
|
|
|
template: /data/cgav2/server/profile/知情同意模板.docx |
|
|
|
wordUrl: /data/cgav2/server/profile/informed/ |
|
|
|
prefixWord: /data/cgav2/server/profile/ |
|
|
|
studySign: /data/cgav2/profile/studySign.png |
|
|
|
template: /data/cgav2/profile/知情同意模板.docx |
|
|
|
wordUrl: /data/cgav2/profile/informed/ |
|
|
|
prefixWord: /data/cgav2/profile/ |