Explorar o código

Merge branch 'srdev' of chenweida/patient-co-management into srdev

chenweida %!s(int64=7) %!d(string=hai) anos
pai
achega
b62dfe54c7

+ 140 - 0
patient-co/patient-co-wlyy/src/main/resources/application-test-fz.yml

@ -0,0 +1,140 @@
##福州环境
spring:
  profiles: prod
  datasource:
    wlyy:
      url: jdbc:mysql://11.1.2.5:3306/wlyy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
      username: wlyy_sr
      password: 123456
    health:
      url: jdbc:mysql://11.1.2.5:3306/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
      username: wlyy_sr
      password: 123456
    jkedu:
      url: jdbc:mysql://11.1.2.5:3306/jkedudb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
      username: wlyy_sr
      password: 123456
  redis:
     host: 11.1.2.22 # Redis server host.
     port: 6390 # Redis server port.
     password: Kb6wKDQP1W4
server:
  server_url: http://srijk.yihu.com/wlyy/
#医生助手服务器地址及模板跳转链接(医生未读消息统计页)
doctorAssistant:
  api: http://www.xmtyw.cn/assistant/
  target_url: home/html/unreadMessageStatistic.html
wlyy:
  hospital: 49229004X # 默认医院code
im:
  im_list_get: http://27.155.101.77:3000/
  data_base_name: im
#物联网配置
iot:
  url: http://192.168.131.24:8088/svr-iot/
wechat:
  appId: wxe627ffaee2d05a40
  appSecret: 7c29f6b28be7e54b742883a47ff39767
  wechat_token: 27eb3bb24f149a7760cf1bb154b08040
  wechat_base_url: http%3a%2f%2fsrijk.yihu.com%2fwlyy
  accId: gh_733f975e0bed
  message:
   #咨询回复
   template_consult_notice: a3PCZJetJ02MI0Xs5pkZKUNZo6UkdC9xdR4GqEjlsNA
   #健康指导提醒
   template_health_notice: 5Nts8lA_at9Cd1JuTK-qDxx95lchpcmUfPTEwYDgXYQ
   #患教通知
   template_healthy_article: aO_qqk5nAXaGXhsikPVLNelqzwlrp1LTPfIQ1qRMpxo
   #信息变更通知
   information_change_notice: 8KvqU_TMpZY6hKMJpPc9-uy_wooomFWGXt4cn8pwGtE
   #反馈处理通知
   feedback_processing_notice: Txaapaw9OeVvzbe_yDdbYhzP0I5mkMcxMxIzNCh2QSE
yihu:
  yihu_OpenPlatform_url: http://api.yihu.com.cn/OpenPlatform/cgiBin/1.0/
  yihu_OpenPlatform_appId: 9000276
  yihu_OpenPlatform_secret: 2JGL19AH3JS55MQY6ZOFJE1JZJ1OF23GWV67MCDQV74
fastDFS:
  fastdfs_file_url: http://srijk.yihu.com/
images:
  path: /var/local/upload/images
  renew_path: /usr/local/tomcat8/webapps/wlyy/images/renew.png
  sign_path: /usr/local/tomcat8/webapps/wlyy/images/familycontract.png
sign:
  check_upload: http://59.61.92.90:8072/wlyy_service
express:
  sf_url: http://bsp-oisp.sf-express.com/bsp-oisp/sfexpressService
#  sf_url: https://bsp-ois.sit.sf-express.com:9443/bsp-ois/sfexpressServic
  sf_code: sddf
  sf_check_word: PqFN0ADkTwnvXArMhqGxVduag44vyDQ7
pushMes:
# 1为推送redis,0为推送消息队列
  method: 0
  # redis队列名称
  redis_prescription_title: redisMessage
es:
  index:
    HealthEduArticlePatient: health_edu_article_patient
    Statistics: wlyy_quota_prod
    FollowUp: wlyy_followup
    QuestionnaireWinning: wlyy_questionnaire_winning
    patientDevice: wlyy_patient_device
  type:
    HealthEduArticlePatient: health_edu_article_patient
    Statistics: wlyy_quota_prod
    FollowUpContent: wlyy_followup_content
    QuestionnaireWinning: wlyy_questionnaire_winning
    patientDevice: wlyy_patient_device
  host:  http://11.1.2.28:9200,http://11.1.2.29:9200
  tHost: 11.1.2.28:9300,11.1.2.29:9300
  clusterName: jkzl
#集美宣教居民端健康文章
jkEdu:
  web:
    articleBaseUrl: 11.1.2.25:9088
#消息队列
activemq:
  username: jkzl
  password: jkzlehr
  url: tcp://11.1.2.8:61616
  queue:
    healtHarticleQueue: healthArticleChannel  #健康文章推送
##如果是外网项目就是flase 内网是true
neiwang:
  enable: true
  wlyy: http://59.61.92.90:8072/
#解决swagger 通过nginx代理之后curl显示localhost的问题
springfox:
  documentation:
    swagger:
      v2:
        host: 27.155.100.191
        path: /swagger/api-docs
#系统中使用的双层对称加密使用到的KEY
Riva:
  RIVAED_KEY1: LUZ7TN3KOT8AWCD3ZA4NBMI5VNF7E50F6XYEP2WZM68JQYY5JE02L4L5FS9R4NGUGMHSCAPW9AL
  RIVAED_KEY2: C3SHUI8OWBOA4ZASS7FEYJ6RIVXA9SW6U5OA56ERUYZTRFHCRZO8AHT4TTW2MAGT80MGXN
##福州健康之路总部的接口
jkzl:
  zongbu:
    resturl: http://service.yihu.com:8080/WSGW/rest

+ 3 - 0
patient-co/patient-co-wlyy/src/main/resources/config/fdfs_client.conf

@ -11,6 +11,9 @@ http.secret_key = FastDFS1234567890
#-------------测试环境---------------#
#tracker_server = 172.19.103.54:22122
#-------------福州测试环境---------------#
#tracker_server = 11.1.2.9:22122
#-------------正式环境---------------#
#外网项目地址
tracker_server = 11.1.2.9:22122