123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- ##内网的配置
- spring:
- profiles: local
- datasource:
- wlyy:
- url: jdbc:mysql://172.19.103.85/wlyy?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
- username: linzhou
- password: linzhou
- health:
- url: jdbc:mysql://172.19.103.85/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- username: linzhou
- password: linzhou
- redis:
- host: 172.19.103.88 # Redis server host.
- port: 6379 # Redis server port.
- # password: jkzl_ehr
- server:
- server_url: http://ehr.yihu.com/wlyy/
- im:
- im_list_get: http://172.19.103.88:3000/
- data_base_name: im_new
- wechat:
- appId: wxb3827510b2e15012
- appSecret: c5bdedd909ded9c2ee08028487e6f50d
- wechat_token: 27eb3bb24f149a7760cf1bb154b08040
- wechat_base_url: http%3a%2f%2fehr.yihu.com%2fwlyy
- accId: gh_aa9cd602b84b
- message:
- ##处方待处理提醒
- template_prescription_pending: aPl14500g7SblWWGBsisRgFGqtSskiGxmhGMD5tS9ik
- ##服务状态提醒
- template_consult_notice: 5eOa_Wx60tqsbuQK7ITTgRXB-8SntBONvopai_HFnhY
- #居民体征异常提醒
- template_abnormal_signs: 5i4OuDef0Bzk3SBD9iuhOGqoCH0OSaH3HYIC8Sgg-yA
- #咨询请求通知
- template_consult_request: TeiAPgxC7JTVfWa24fkemlJ8Nvji_NCPYmxKzXql05A
- #签约申请通知
- template_sign_request: 7zB0Qf4nUEZlkGnoElmx8I4Q5dm0Gq9JZP6PCzl9b7s
- #随访提醒
- template_followup_success: -9blCMt1b7t24biL7QbkmQH0KWLgOIDQ5LtyX_Ai49E
- #处理结果通知
- template_treatment_result: J3W3-ZGZ5miHd0Ka1JLaXCYkIoCdiuJ-c527PH5nPQI
- #咨询回复提醒
- template_consult_reply: x7fIXWcd1YsXAnwhP-gmW1D__GtzD39j5KZLudoe0Y0
- #代办事项提醒
- template_schedule_remind: z32DERzD6X4ShOl86sI3YCOWl-lkr5Z9sKh1w_YG8Bs
- yihu:
- yihu_OpenPlatform_url: http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
- yihu_OpenPlatform_appId: 9000276
- yihu_OpenPlatform_secret: OKC8BS1KGXTDE9GPP1EO4VYLUXF8DJ7QUP72H613ZXA
- fastDFS:
- fastdfs_file_url: http://172.19.103.54:80/
- images:
- path: /var/local/upload/images
- renew_path: /usr/local/apache-tomcat-8.0.36/webapps/wlyy/images/renew.png
- sign_path: /usr/local/apache-tomcat-8.0.36/webapps/wlyy/images/familycontract.png
- sign:
- check_upload: http://172.19.103.88:8011/wlyy_service
- express:
- sf_url: http://218.17.248.244:11080/bsp-oisp/sfexpressService
- # sf_url: https://bsp-ois.sit.sf-express.com:9443/bsp-ois/sfexpressServic
- sf_code: SDDF
- sf_check_word: ttzlgGyOQu4L
- pushMes:
- # 1为推送redis,0为推送消息队列
- method: 1
- # redis队列名称
- redis_prescription_title: redisPrescription
- es:
- index:
- HealthEduArticlePatient: health_edu_article_patient_test
- type:
- HealthEduArticlePatient: health_edu_article_patient_test
- host: 172.19.103.68
- port: 9200
- tPort: 9300
- clusterName: jkzl
- #消息队列
- activemq:
- username: admin
- password: admin
- url: tcp://172.19.103.87:61616
- queue:
- healtHarticleQueue: healthArticleChannel_devtest #健康文章推送
|