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.healthbaby.com.cn/upload/

#环信配置
hx.APPKEY: 1135210903239178#demo
hx.ClientID: YXA65kqQUy4pQaqHb3pwXwfnrA
hx.ClientSecret: YXA6RZaIr68MPPLcvqUnYxpqEkAEj6w
hx.org_name: 1135210903239178
hx.app_name: demo
hx.hxuser: test
hx.hxpasswd: passwd

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