123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- ##开发的配置
- spring:
- profiles: dev
- datasource:
- wlyy:
- url: jdbc:mysql://172.19.103.77/wlyy?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
- username: root
- password: 123456
- health:
- url: jdbc:mysql://172.19.103.77/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
- username: root
- password: 123456
- redis:
- host: 172.19.103.47 # Redis server host.
- port: 6379 # Redis server port.
- # password: jkzl_ehr
- server:
- server_url: http://weixin.xmtyw.cn/wlyy-dev/
- im:
- im_list_get: http://172.19.103.88:3000/
- data_base_name: ichat
- wechat:
- appId: wxd03f859efdf0873d
- appSecret: 2935b54b53a957d9516c920a544f2537
- wechat_token: 27eb3bb24f149a7760cf1bb154b08040
- wechat_base_url: http%3a%2f%2fweixin.xmtyw.cn%2fwlyy-dev
- accId: gh_ffd64560fb21
- message:
- ##医生追加建议提醒 --签约邀请
- doctor_invitel_template: TLWrBtNE2kBJaFCdVzDOOnQC8N2TtRY9ZxEzwZXQcR0
- #咨询回复
- template_consult_notice: qSOW0DBxO3qEBm4ucG0Ial0jxsOyD7_f2TFK5e-mQEc
- #签约成功
- template_sign_success: hDWV_sknKlhxhOwR5h68OCXbAhRpcgnx9INrT8BybE8
- #签约失败
- template_sign_failed: ezgttXE7rG4rAboQK2ituG1dKq4PeyCj3LxGJWO_vOA
- #健康指导提醒
- template_health_notice: 128RCfyCHi22jW8PZzo7vabKMsA3SBv5VeHaDPr2Bhw
- #解约提醒
- template_termination: LrrzHjnIF67ww5uQUvSiv3_pVKJiIK4ZE3fKrvsT0AE
- #预约成功
- template_appoint_success: Bo2yqNczSU9zkg4wXoouv9tSeefZ6TziggWL3dTXPYE
- #预约取消
- template_appoint_failed: pErTBTdweIdrNRf_1Oo62YtQC0aHwPvtLaCzw44JzCQ
- #缴费提醒
- template_expenses_remind: BkTGJ8S18qZ3DfaptAXnZznAk8RJjx9v93og5vyO0bs
- #健康教育
- template_healthy_article: LA7erINJ0CSsG2G_ZCrgsDaX3krhsI4qg_NSHEyL_l4
- #医生变更
- template_doctor_change: TNIDMjduVKgVL4-k71umYLpHROvFB8K6mmm8aZC_EH8
- #问卷调查
- template_doctor_survey: IjQvzBy0PLeft2kN9mdBhACXPE9I_jyJywJ6B-JRxsY
- #审核结果通知
- template_doctor_audit: OFyLUeBW3r9trWw-i6pbB1sPSTD4J2recCv_mc-gKxA
- #服务结果通知
- template_doctor_service: ezr5RlX0nvh7bGU9aVsGDMJbjKDp1uMKP-AGGYXwI5g
- 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/
- message:
- messageServerUrl: http://10.0.1.3:8080/OpenPlatform/cgiBin/1.0/smsgw/smsSendWS/send
- messageAppId: 9000286
- messageSecret: NW63YK778QPRUD2A6K5SNF7LYRQ888BWOVD6R4FG2VF
- images:
- path: /var/local/upload/images
- renew_path: /usr/local/apache-tomcat-8.0.26/webapps/wlyy/images/renew.png
- sign_path: /usr/local/apache-tomcat-8.0.26/webapps/wlyy/images/familycontract.png
- sign:
- check_upload: http://172.19.103.87: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: 0
- # redis队列名称
- redis_prescription_title: redisPrescription
- es:
- index:
- HealthEduArticlePatient: health_edu_article_patient_dev
- type:
- HealthEduArticlePatient: health_edu_article_patient_dev
- host: 172.19.103.68
- port: 9200
- tPort: 9300
- clusterName: jkzl
- activemq:
- username:
- password:
- url:
|