application-devtest.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. ##开发连测试用这个版本的配置
  2. spring:
  3. profiles: devtest
  4. datasource:
  5. wlyy:
  6. url: jdbc:mysql://172.19.103.85/wlyy?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
  7. username: linzhou
  8. password: linzhou
  9. health:
  10. url: jdbc:mysql://172.19.103.85/device?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
  11. username: linzhou
  12. password: linzhou
  13. redis:
  14. host: 172.19.103.88 # Redis server host.
  15. port: 6379 # Redis server port.
  16. # password: jkzl_ehr
  17. server:
  18. server_url: http://ehr.yihu.com/wlyy/
  19. #医生助手服务器地址及模板跳转链接(医生未读消息统计页)
  20. doctorAssistant:
  21. api: http://ehr.yihu.com/wlyy/
  22. target_url: home/html/unreadMessageStatistic.html
  23. im:
  24. im_list_get: http://172.19.103.88:3000/
  25. data_base_name: im_new
  26. wechat:
  27. appId: wx1f129f7b51701428
  28. appSecret: 988f005d8309ed1795939e0f042431fb
  29. wechat_token: 27eb3bb24f149a7760cf1bb154b08040
  30. wechat_base_url: http%3a%2f%2fehr.yihu.com%2fwlyy
  31. accId: gh_ffd64560fb21
  32. message:
  33. ##医生追加建议提醒 --签约邀请
  34. doctor_invitel_template: uXdBJVbrhKG-WLaCG4s8C4SXSr2kknQ94vKFt-3rIiA
  35. #咨询回复
  36. template_consult_notice: dr4QNyFoRvVsf8uWxXMC1dRyjwnbUuJwJ21vBLhf18
  37. #签约成功
  38. template_sign_success: VYGj8OUKj6FH4i4_nZS2UAHurJxQHx-7_OBPILIdB8s
  39. #签约失败
  40. template_sign_failed: m221Jrkm0UUY00ExTCpQNTB8t_1U_V4LR9Bg8BgH9-o
  41. #健康指导提醒
  42. template_health_notice: 5Nts8lA_at9Cd1JuTK-qDxx95lchpcmUfPTEwYDgXYQ
  43. #解约提醒
  44. template_termination: qZm1NwSueAsbHaOf9DrnLoSj0X5gZuh9W7aDYzLWNds
  45. #预约成功
  46. template_appoint_success: vU5x2tGyk1zUngBrEqMfnFqqMa6M8J98w8k5MCSUYM
  47. #预约取消
  48. template_appoint_failed: r-bVEKgXVyl8O96saoJXlLd7DX1zW7fXA4a0PZHxiQM
  49. #缴费提醒
  50. template_expenses_remind: pZby4Mz3H5angmjGTuvXzo9lwlaVfEiqORwI8soI-5E
  51. #健康教育
  52. template_healthy_article: aO_qqk5nAXaGXhsikPVLNelqzwlrp1LTPfIQ1qRMpxo
  53. #医生变更
  54. template_doctor_change: V5h0F84t972kUzQvWy8qYrgdaYGJVj10pFeFVl19Nb8
  55. #问卷调查
  56. template_doctor_survey: OqQXrb-e43_TJpq_70_K_y6vYJgY5mpjFYY4c5RWFP4
  57. #审核结果通知
  58. template_doctor_audit: lCtOgJgL1tBJbAytqN7cn-FgCH_Usg99FENEy2TrC08
  59. #服务结果通知
  60. template_doctor_service: i34rq3xFLnpf_VN2Jor9n2YlQqJMM7oXyYvuctriISw
  61. yihu:
  62. yihu_OpenPlatform_url: http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
  63. yihu_OpenPlatform_appId: 9000276
  64. yihu_OpenPlatform_secret: OKC8BS1KGXTDE9GPP1EO4VYLUXF8DJ7QUP72H613ZXA
  65. fastDFS:
  66. fastdfs_file_url: http://172.19.103.54:80/
  67. images:
  68. path: /var/local/upload/images
  69. renew_path: /usr/local/apache-tomcat-8.0.36/webapps/wlyy/images/renew.png
  70. sign_path: /usr/local/apache-tomcat-8.0.36/webapps/wlyy/images/familycontract.png
  71. sign:
  72. check_upload: http://172.19.103.88:8011/wlyy_service
  73. #check_upload: 192.168.131.24:8081
  74. express:
  75. sf_url: http://218.17.248.244:11080/bsp-oisp/sfexpressService
  76. # sf_url: https://bsp-ois.sit.sf-express.com:9443/bsp-ois/sfexpressServic
  77. sf_code: SDDF
  78. sf_check_word: ttzlgGyOQu4L
  79. pushMes:
  80. # 1为推送redis,0为推送消息队列
  81. method: 0
  82. # redis队列名称
  83. redis_prescription_title: redisPrescription
  84. es:
  85. index:
  86. HealthEduArticlePatient: health_edu_article_patient_test2
  87. FollowUp: wlyy_followup
  88. Statistics: wlyy_quota_test
  89. type:
  90. HealthEduArticlePatient: health_edu_article_patient_test2
  91. FollowUpContent: wlyy_followup_content
  92. Statistics: wlyy_quota_test
  93. host: http://172.19.103.68:9200
  94. tHost: 172.19.103.68:9300
  95. clusterName: jkzl
  96. #消息队列
  97. activemq:
  98. username: admin
  99. password: admin
  100. url: tcp://172.19.103.87:61616
  101. queue:
  102. healtHarticleQueue: healthArticleChannel_devtest #健康文章推送
  103. ##如果是外网项目就是flase 内网是true
  104. neiwang:
  105. enable: false
  106. wlyy: http://localhost:8081