smart-switch-java/smart-switch-web/src/main/resources/application-test.yml
2024-05-06 15:07:24 +08:00

33 lines
901 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# debug模式部分权限校验不生效
debug: false
# 项目相关配置
ruoyi:
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
profile: /www/wwwroot/smartmeter/upload
wx:
# 微信小程序appId
appid: wx0fec9148db16a4bc
# 微信小程序appSecret
appSecret: 00bee09cac12ade459a911072745dacc
# 微信支付配置
pay:
# 微信小程序id
appId: ${wx.appid}
# 商户id
merchantId: 1656437344
# apiV3密钥
apiV3Key: 49819e0f0abdb2df3246f7b27f264d75
# 通知回调地址
notifyUrl: http://117.50.163.179/dev-api/app/pay/notify/wx # 测试环境
# 密钥所在位置
privateKeyPath: /www/wwwroot/smartmeter/wxpay/apiclient_key.pem
# 证书序列号
merchantSerialNumber: 66910F800A60768020F07D39A56AE701574A16AE
# 设备配置
device:
# 项目启动时抄表
startRecord: true