yuleduiPay/config.yaml

33 lines
775 B
YAML
Raw Normal View History

2024-11-05 08:32:10 +08:00
server:
2024-11-07 18:07:35 +08:00
address: ":8000"
2024-11-05 08:32:10 +08:00
openapiPath: "/api.json"
swaggerPath: "/swagger"
logger:
path: "log"
level: "all"
stdout: false
#rotateExpire: 1
#rotateBackupLimit: 1
database:
logger:
path: "log/sqlLog"
level: "all"
stdout: true
default:
link: "pgsql:root:root@tcp(101.200.127.15:5431)/yuledui"
debug: true
weixin:
2024-11-05 17:34:58 +08:00
appId: "wx5078c9d7b9eca030" #"wx231bd3f08954da9e" #微信小程序appid
2024-11-18 09:15:45 +08:00
secret: "xxxxx"
2024-11-05 17:34:58 +08:00
ysepay:
2024-11-07 18:07:35 +08:00
url: "http://127.0.0.1:8080/pay"
2024-11-08 15:19:11 +08:00
notifyUrl: "http://xxxxxxxxxxxxx/ysePay/notifyPay"
2024-11-18 09:15:45 +08:00
#CERTID: "826452972730006"
CERTID: 826341457228011 #服务商商户号
2024-11-07 18:07:35 +08:00
busCode: "00510030" #业务代码
2024-11-05 17:34:58 +08:00
MQTT:
topic: "pay"
2024-11-06 15:15:45 +08:00
ip: "101.200.127.15" #测试环境IP
2024-11-05 17:34:58 +08:00
port: 1883
user: "yuledui"
passwd: "yuledui"