spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://192.168.1.46:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
    username: platform
    password: Platform@123

excludePath: login,test1,test2
uploadPath: /data/talkonline/upload/
imgUrlPre: https://talk-api.healthbaby.com.cn/art/showPic/

##环信配置（公司账号，暂时不用了）
#hx.APPKEY: 1123170414115195#talkonline
#hx.ClientID: YXA63Zp2DnLaTuyE0px-g4_8Cw
#hx.ClientSecret: YXA6Ml0jgv7w9PaN0WmTc8irMWX4dNg
#hx.org_name: 1123170414115195
#hx.app_name: talkonline
#hx.hxuser: test
#hx.hxpasswd: passwd

#环信配置（测试demo）
hx.APPKEY: 1123220513107089#demo
hx.ClientID: YXA6IsD4iz8dT_OD3033c4ak9A
hx.ClientSecret: YXA6X8ZXDXVIxyixnkeCa5Ep0jX-XMw
hx.org_name: 1123220513107089
hx.app_name: demo
hx.hxuser: test
hx.hxpasswd: passwd

#微信支付通知地址
notify.url: https://talk-api.healthbaby.com.cn/order/payNotify
#微信订单,终端ip
weixin.createIP: 119.90.43.68

proxyIP:
proxyPort:

#获取医院患者信息配置
patient:
  #医院接口地址(String)
  url: https://rp-zk-api.healthbaby.com.cn:8094/his/zkfy/getZkfyPatientList
  #需要预建医院获得医院名称(String)
  hospitalName: 周口市妇幼保健院
  #需要预建医院获得id(Integer)
  hospital: 16

#微信公众号获取access_token(测试环境部署不要开启。会与线上环境冲突)
getAccessToken:
  on_off: on