yuleduiPay/config.yaml

29 lines
622 B
YAML
Raw Normal View History

2024-11-05 08:32:10 +08:00
server:
2024-11-05 09:49:02 +08:00
address: ":8080"
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:
notifyUrl: "http://xxxxxxxxxxxxx/ysePay/notifyWxPay"
CERTID: "826452972730006"
MQTT:
topic: "pay"
ip: "101.200.88.58"
port: 1883
user: "yuledui"
passwd: "yuledui"