Browse Source

配置追加

zdm 5 years ago
parent
commit
5b6e4fdaea
1 changed files with 24 additions and 2 deletions
  1. 24 2
      svr-internet-hospital-entrance.yml

+ 24 - 2
svr-internet-hospital-entrance.yml

@ -43,6 +43,13 @@ express:
  sf_code: JKZL
  sf_check_word: QkeIfIvQdheqIv2cVSgAUnBU29lfNbVk
# 上传文件临时路径配置
FileTempPath:
  upload_temp_path : /var/local/temp
  image_path : /var/local/upload/images
  voice_path : /var/local/upload/voice
  chat_file_path : /var/local/upload/chat
---
spring:
  profiles: jwdev
@ -51,7 +58,7 @@ spring:
    username: ssgg
    password: ssgg@jkzl2019
# mq 是否获取his数据,flag代表获取演示数据,false代表获取his真实数据
# mq 是否获取his数据,true代表获取演示数据,false代表获取his真实数据
demo:
  flag: true
hospital:
@ -60,6 +67,11 @@ hospital:
  mqPwd: 123456
  SourceSysCode: S60
  TargetSysCode: S01
im:
  im_list_get: http://172.26.0.105:3000/
  data_base_name: im_internet_hospital
fastDFS:
  fastdfs_file_url: http://172.26.0.110:8888/
---
spring:
  profiles: jwtest
@ -77,6 +89,11 @@ hospital:
  mqPwd: 123456
  SourceSysCode: S60
  TargetSysCode: S01
im:
  im_list_get: http://172.26.0.105:3000/
  data_base_name: im_internet_hospital
fastDFS:
  fastdfs_file_url: http://172.26.0.110:8888/
---
spring:
  profiles: jwprod
@ -93,4 +110,9 @@ hospital:
  mqUser: JKZL
  mqPwd: 123456
  SourceSysCode: S60
  TargetSysCode: S01
  TargetSysCode: S01
im:
  im_list_get: http://172.16.1.42:3000/
  data_base_name: im
fastDFS:
  fastdfs_file_url: http://192.0.33.26:8888/