sunshine
2024-11-05 00b4581009af28098da4286a8ef9f4d72c7c5728
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
serverName: yd
# 打印日志配置
logging:
  file:
    path: /var/log/zh-prod/
 
# JWT配置
jwt:
  # jwt的密钥
  secret:
    key: zhhhong20220111bjqyprod51sd152sdsa
  # jwt过期时间
  token:
    expired: 36000000
 
# 数据库连接配置
spring:
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://localhost:3306/sankuai?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
    username: applocal
    password: 3#r%^y&u88I9^&
 
# 图片上传路径配置
upload:
  # 上传路径
  path: /usr/local/sankuai/upload/prod/upload_img/
  publicPath: /usr/local/sankuai/upload/prod/upload_img/public/
  imageHost: https://ydjq.pengpeiwangluo.xyz
 
channelInfo:
  codeInit: 30000
 
# 戒易贷接口相关
jieyidai:
  appId: jFiJsH6VNmzTjrjR
  appKey: pO9yWpJ1RcKFYtUpTIcEuMzFQQnrdP7C
  innerUrl: https://skfq.pengpeiwangluo.xyz
  apiUrl: https://qy-open.shantaiwl.cn
 
#银盛对接
yinsheng:
  notify_url: https://skfq.pengpeiwangluo.xyz
 
#支付宝配置
alipay:
  config:
    notify-url: https://skfq.pengpeiwangluo.xyz/api/v1/vipCardOrder/alipayNotifyOrder
    platform-notify-url: https://skfq.pengpeiwangluo.xyz/api/v1/alipay-platform/notify
    platform-vip-notify-url: https://skfq.pengpeiwangluo.xyz/api/v1/alipay-platform/notifyInnerVipOrder
 
#纬雅支付配置
wei-ya:
  conf:
    aes-secret-key: f662eef0df0e34b1
    channel-code: ld
    notify-url: https://skfq.pengpeiwangluo.xyz/api/v1/vipCardOrder/weiyaOrderNotify
    get-channel-data-url: https://members.palwy.com/members/channel/v1/member/getChannelData
    memberPayUrl: https://members.palwy.com/#/member-pay
    userGetUrl: https://members.palwy.com/members/channel/v1/user/get
    channelMemberNotifyUrl: https://members.palwy.com/members/channel/v1/member/channelMemberNotify
 
#闪态对接
shantai:
  notificationDomain: https://skfq.pengpeiwangluo.xyz
 
 
# 汇智信回调域名
hzx:
  callBackDomain: https://skfq.pengpeiwangluo.xyz