yuleduiPay/config.yaml

29 lines
640 B
YAML

server:
address: ":8080"
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:
appId: "wx5078c9d7b9eca030" #"wx231bd3f08954da9e" #微信小程序appid
ysepay:
notifyUrl: "http://xxxxxxxxxxxxx/ysePay/notifyWxPay"
CERTID: "826452972730006"
MQTT:
topic: "pay"
ip: "101.200.127.15" #测试环境IP
port: 1883
user: "yuledui"
passwd: "yuledui"