debug: true

spring:
  datasource:
    driver-class-name: com.p6spy.engine.spy.P6SpyDriver
    url: jdbc:p6spy:mysql://119.90.57.26:3307/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
#    url: jdbc:p6spy:mysql://119.90.43.68: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/


##环信配置（原始开发环境，不用了）
#hx.APPKEY: 1135210903239178#demo
#hx.ClientID: YXA65kqQUy4pQaqHb3pwXwfnrA
#hx.ClientSecret: YXA6RZaIr68MPPLcvqUnYxpqEkAEj6w
#hx.org_name: 1135210903239178
#hx.app_name: demo
#hx.hxuser: test
#hx.hxpasswd: passwd

#环信配置
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

#微信支付通知地址
notify.url: https://dev-talk-api.healthbaby.com.cn/order/payNotify

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