duhuizhe
2024-05-15 aa2c3d4deba76ade0958ff3ced88396e226a4964
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
server:
  port: 9060
eureka:
  client:
    service-url:
      defaultZone: http://localhost:9000/eureka/
file:
  server: https://yqzx.jinmingyuan.com/file
  base-path: /ecosphereShop
  tmp-path: /tmp
  poster:
    path: /ecosphereShop
#####多数据源配置#####
#master
spring:
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://116.198.40.76:3306/ecosphere_shop_basics?characterEncoding=utf8&autoReconnect=true&useSSL=false
    username: root
    password: Bjjmy_2020
  data:
    redis:
      host: 116.198.40.76
      port: 6379
      # 密码(如没有密码请注释掉)
      password: Jmy2019.
      database: 0
      timeout: 10s
      ssl.enabled: false
redisson:
  # redis key前缀
  keyPrefix: fourPay
  # 线程池数量
  threads: 4
  # Netty线程池数量
  nettyThreads: 8
  # 单节点配置
  singleServerConfig:
    # 客户端名称
    clientName: ${spring.application.name}
    # 最小空闲连接数
    connectionMinimumIdleSize: 8
    # 连接池大小
    connectionPoolSize: 32
    # 连接空闲超时,单位:毫秒
    idleConnectionTimeout: 10000
    # 命令等待超时,单位:毫秒
    timeout: 3000
    # 发布和订阅连接池大小
    subscriptionConnectionPoolSize: 50
  #rabbitMQ
  rabbitmq:
    host: 116.198.40.76
    port: 5672
    username: super
    password: Jmy2019.
    virtual-host: ecosphere
#客管系统
kg:
  #接口地址
  serverUrl: https://172.16.16.8
  #证书路径
  certsUrl: C:\Users\华为\Desktop\zfxt.pfx
  #证书key
  clientKey: ENC(G8cCcaj9gPzCLXW2vy4y3ap/Llx+W3GkvtpQP7vwFFo=)
  #证书TurstKey
  clientTurstKey: ENC(G8cCcaj9gPzCLXW2vy4y3ap/Llx+W3GkvtpQP7vwFFo=)
swagger:
  enable: false
#外网接口是否走call服务
service-type: false
 
# 新大陆pos默认appid
newpos:
  appid: new_land
  appsecret: pj@2Cs&&
 
# 微信支付程序配置
wxminipay:
  #  appid: wx22159c42a5805166
#  mchid: 1251666601
#  mchid: 1630059373
#  appsecretKey: 9b16661a70453becdbc47dc53f6137a4
#  appsecretKey: 340ea8ab9886b9a446ea1ef6eb238d29
#  appsecretKey: 554ee5cf4bfe46d18adfc87e5daa1105
#  appsecretKey: Zhongzhouzhihuishuili12345678901
#  appsecretKey: 13d81c197caf4d41bc8afc183f43109f
#  serverDomain: http://localhost:9090
  serverDomain: http://1.14.252.104:7101/${spring.application.name}
#人才地址
ren:
  serverUrl: https://www.data-ren.com
#需要同PropertiesConstants.payWay一致
payWay: 2
# 0相同 1 不同
payGiveSame: 1
# 中金支付配置文件路径
zhongJinPayConfigPath: D:\\MyProjects\\jmy\\ecosphere\\ecosphere-merchant\\src\\main\\resources\\cncpConfig\\payment
 
# 是否启用河南农信支付
hnnxpay:
  enabled: true