Преглед на файлове

Merge branch 'dev' of liuwenbin/patient-co-management into dev

liuwenbin преди 6 години
родител
ревизия
78f69b3559
променени са 1 файла, в които са добавени 10 реда и са изтрити 2 реда
  1. 10 2
      patient-co-manage/wlyy-manage/src/main/resources/application.yml

+ 10 - 2
patient-co-manage/wlyy-manage/src/main/resources/application.yml

@ -170,7 +170,9 @@ pushMes:
  method: 0
  # redis队列名称
  redis_prescription_title: redisPrescription
putMesType:
  #推送到redis消息类型
  wechat: wechat
---
spring:
  profiles: test
@ -285,6 +287,9 @@ pushMes:
  method: 0
  # redis队列名称
  redis_prescription_title: redisPrescription
putMesType:
  #推送到redis消息类型
  wechat: wechat
---
spring:
  profiles: prod
@ -395,4 +400,7 @@ pushMes:
  # 1为推送redis,0为推送消息队列
  method: 0
  # redis队列名称
  redis_prescription_title: redisPrescription
  redis_prescription_title: redisPrescription
putMesType:
  #推送到redis消息类型
  wechat: wechat