server: port: 36699 spring: application: name: wxSend profiles: active: dev #数据源配置 datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://134.175.126.60:33306/wxts?characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 username: root password: LK.807878712 #redis配置 redis: host: port: 36379 database: 7 timeout: 1800000 lettuce: pool: max-active: 20 #最大阻塞等待时间(负数表示没限制) max-wait: -1 max-idle: 5 min-idle: 0 password: redis_6PZ52S # 文件上传 servlet: multipart: # 单个文件大小 max-file-size: 20MB # 设置总上传的文件大小 max-request-size: 20MB #MyWebMvcConfig中开启@EnableWebMvc则失效 jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 # # 对象字段为null不显示 # default-property-inclusion: non_null # 资源信息 messages: # 国际化资源文件路径 basename: i18n/messages # token配置 token: # 令牌自定义标识 header: Authorization # 令牌密钥 secret: 5c6649a39f184678af3580795a7307d9 # 令牌有效期(单位分钟) expireTime: 1440 # 用户配置 user: password: # 密码最大错误次数 maxRetryCount: 5 # 密码锁定时间(默认10分钟) lockTime: 10 # 日志配置 logging: level: cn.van333: debug org.springframework: warn jarvis: wecom: bridge-url: https://jarvis.van333.cn/jarvis-api/jarvis/wecom/inbound shared-secret: jarvis_wecom_bridge_change_me # Jarvis 调 POST /wecom/active-push 时的 Header,须与 ruoyi jarvis.wecom.push-secret 一致 push-secret: jarvis_wecom_push_change_me # 本地/ruoyi 调 POST /wecom/goofish-active-push 时 Header: X-WxSend-Goofish-Push-Secret goofish-push-secret: jarvis_wecom_goofish_push_change_me qywx: webhook: # 默认 webhook key,可在请求体中显式传入key覆盖https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=ea1737ff-f906-426d-b39c-2cdace31c3af key: "ea1737ff-f906-426d-b39c-2cdace31c3af" # 机器人安全设置中的加签secret(可选)。若不开启加签可留空 secret: "" app: corpId: "ww929e7d6493c6336e" agentId: "1000012" # 与 agentId 对应的应用 Secret(企微后台应用管理),用于 access_token + message/send secret: "" # 闲鱼订单通知自建应用:POST /wecom/goofish-active-push(corpid 仍用上面 corpId) # 生产建议仅通过环境变量注入,勿将真实 Secret 提交仓库 goofishAgentId: "1000013" goofishSecret: "${QYWX_GOOFISH_SECRET:hINY8boNFjY3lypOKbcukE8wYnNS9wnXeonB4iTO1rA}" token: "34NXCtEjkl" encodingAESKey: "bNlE8IhjU34CfXflcBhW3gXPwr8xaEDEhnpUvChvw5i"