Browse Source

IM代码提交

chenweida 8 years ago
parent
commit
fcc65af7e5
1 changed files with 10 additions and 1 deletions
  1. 10 1
      patient-co-statistics/src/main/resources/application.yml

+ 10 - 1
patient-co-statistics/src/main/resources/application.yml

@ -138,6 +138,9 @@ fv:
    username: ssgg
    username: ssgg
    password: ssgg
    password: ssgg
systemConfig:
  msg_push_server: http://127.0.0.1:3000/system/sendmsg.im
---
---
spring:
spring:
@ -163,6 +166,9 @@ fv:
    username: wlyy
    username: wlyy
    password: jkzlehr@123
    password: jkzlehr@123
systemConfig:
  msg_push_server: http://127.0.0.1:3000/system/sendmsg.im
---
---
spring:
spring:
@ -187,4 +193,7 @@ fv:
    driver: com.mysql.jdbc.Driver
    driver: com.mysql.jdbc.Driver
    url: jdbc:mysql://172.19.103.77/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
    url: jdbc:mysql://172.19.103.77/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
    username: root
    username: root
    password: 123456
    password: 123456
systemConfig:
  msg_push_server: http://127.0.0.1:3000/system/sendmsg.im