debug: true

spring:
  datasource:
    driver-class-name: com.p6spy.engine.spy.P6SpyDriver
    #测试
    url: jdbc:p6spy:mysql://118.193.124.187:3307/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
    #正式
#    url: jdbc:p6spy:mysql://111.206.6.155:3308/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
    username: platform
    password: Platform@123
uploadPath: /data/talkonline/upload/
#uploadPath: D:/test/upload/
imgUrlPre: https://dev-talk-api.healthbaby.com.cn/art/showPic/
#imgUrlPre: http://192.168.2.26:9090/art/showPic/


#环信配置-线上（ 账号：50523581@qq.com 密码：sqs0335521）
#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

#环信配置-测试（ 账号：316555390@qq.com  密码：lyms@2022）
hx.APPKEY: 1163220527107406#demo
hx.ClientID: YXA6LgeCHpYeQF-uyqbJqwgwxw
hx.ClientSecret: YXA6BGNB9TyZED3HeWnVlwPScuggPtM
hx.org_name: 1163220527107406
hx.app_name: demo
hx.hxuser: test
hx.hxpasswd: passwd

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

proxyIP:
proxyPort:

#获取医院患者信息配置
patient:
  #医院接口地址(String)
  url: https://rp-zk-api.healthbaby.com.cn:8094/his/zkfy/getZkfyPatientList
  #需要预建医院获得医院名称(String)
  hospitalName: 石家庄第一医院
  #需要预建医院获得id(Integer)
  hospital: 11

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