application-prod.yml 676 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
spring:
datasource:
# driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
username: platform
password: platform123

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

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