32 lines
891 B
YAML
32 lines
891 B
YAML
![]() |
# debug模式,部分权限校验不生效
|
|||
|
debug: true
|
|||
|
|
|||
|
# 项目相关配置
|
|||
|
ruoyi:
|
|||
|
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
|||
|
profile: C:/ruoyi/uploadPath
|
|||
|
|
|||
|
wx:
|
|||
|
# 微信小程序appId
|
|||
|
appid: wx3914d4d7441fb438
|
|||
|
# 微信小程序appSecret
|
|||
|
appSecret: 5e462a86a46b341e01abcb3baf7804e5
|
|||
|
# 微信支付配置
|
|||
|
pay:
|
|||
|
# 微信小程序id
|
|||
|
appId: wx3914d4d7441fb438
|
|||
|
# 商户id
|
|||
|
merchantId: 1656437344
|
|||
|
# apiV3密钥
|
|||
|
apiV3Key: 49819e0f0abdb2df3246f7b27f264d75
|
|||
|
# 通知回调地址
|
|||
|
notifyUrl: http://124.221.246.124:2288/app/pay/notify/wx # 内网穿透
|
|||
|
# 密钥所在位置
|
|||
|
privateKeyPath: C:/project/dianbiao/wxpay/apiclient_key.pem
|
|||
|
# 证书序列号
|
|||
|
merchantSerialNumber: 66910F800A60768020F07D39A56AE701574A16AE
|
|||
|
|
|||
|
# 设备配置
|
|||
|
device:
|
|||
|
# 项目启动时抄表
|
|||
|
startRecord: false
|