application.yml 1.11 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
debug: false
server:
port: 9090
spring:
application:
name: talkonlineweb
datasource:
driver-class-name: com.mysql.jdbc.Driver
# driver-class-name: com.p6spy.engine.spy.P6SpyDriver
url: jdbc:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
# url: jdbc:p6spy:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
username: platform
password: platform123
jackson:
date-format: yyyy-MM-dd HH:mm:ss
mvc:
throw-exception-if-no-handler-found: true
resources:
add-mappings: false
# profiles:
# active:
logging:
config: classpath:logback-spring.xml

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