123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- server:
- port: 8445
- address: 0.0.0.0
- ssl:
- key-store: classpath:hnhong-duo.com.jks
- key-store-password: o48q65ji191
- key-store-type: JKS
- spring:
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://118.195.171.239:3306/psychological_web_test?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2B8
- username: root
- password: Mysql@.2020
- hikari:
- max-lifetime: 30000
- data:
- redis:
- repositories:
- enabled: false
- redis:
- host: 118.195.171.239
- port: 6379
- password: bjjmtech&jsyx
- database: 1
- timeout: 20000
- jedis:
- pool:
- max-wait: -1
- max-idle: 8
- max-active: 8
- min-idle: 0
- wx.pay:
-
-
- mch-id: 1655519363
-
- mch-serial-no: 692670931729B82A48747B47EFE3142BCA73D978
-
- private-key-path: apiclient_key_hd.pem
-
- api-v3-key: MentalHealth20191025HongduoTest1
-
- notify-domain: https://hnhong-duo.com/
-
-
- app-id: wx43ca40dd2be85dd6
-
- domain: https://api.mch.weixin.qq.com
- is_lan: false
-
- ASPI_SECRET: b4edc4638f9182a1684dffdf7a1fa4c0
-
- ASPI_URL: https://api.weixin.qq.com/sns/jscode2session
-
- ASPI_APPID: wx2f422a2a1cb24c3c
-
- oa-app-id : wx43ca40dd2be85dd6
- douyin:
-
- appid: tt444a32f7db77627c01
- notifyUrl: https://hnhong-duo.com
- secret: d8a880ae1f5cf6e1588f4367e13f95c1d5b4be9b
-
- appName: douyin
- sessionUrl: https://developer.toutiao.com/api/apps/v2/jscode2session
- tokenUrl: https://developer.toutiao.com/api/apps/v2/token
- createOrderUrl: https://developer.toutiao.com/api/apps/ecpay/v1/create_order
- codeUrl: https://developer.toutiao.com/api/apps/qrcode
- queryOrderUrl: https://developer.toutiao.com/api/apps/ecpay/v1/query_order
- pushOrderUrl: https://developer.toutiao.com/api/apps/order/v2/push
- isDouYin: true
- weixin:
- mptoken: D061104CAB980AC122153E6B95D63A6E
- mpAppid: wx43ca40dd2be85dd6
- mpSecret: 5b7dc80ccd1befec89491f9310f5032e
- domain: https://api.weixin.qq.com
- accessToken: /cgi-bin/token?grant_type=client_credential&appid=%s&secret=%s
- mpJsapiTicket: /cgi-bin/ticket/getticket?access_token=%s&type=jsapi
- mpCode2AccessToken: /sns/oauth2/access_token?appid=%s&secret=%s&code=%s&grant_type=authorization_code
|