yuleduiPay/config.yaml

31 lines
711 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
ysepay:
2024-11-07 18:07:35 +08:00
url: "http://127.0.0.1:8080/pay"
2024-11-05 17:34:58 +08:00
notifyUrl: "http://xxxxxxxxxxxxx/ysePay/notifyWxPay"
CERTID: "826452972730006"
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"