| | |
| | | flagReceiving: false |
| | | |
| | | # HTTP 接口审计(rsf-http-audit,引入依赖即生效,可 enabled=false 关闭) |
| | | # whitelist-only=true:仅 sys_http_audit_rule 命中规则才写审计;无规则时不落库。false:排除路径外全量记录。 |
| | | # rule-cache-refresh-ms:规则表缓存刷新间隔(毫秒) |
| | | http-audit: |
| | | enabled: true |
| | | whitelist-only: true |
| | | # false:/httpAuditLog、/httpAuditRule 也会被 Filter 记录(调试用;生产建议 true) |
| | | exclude-audit-self-paths: false |
| | | rule-cache-refresh-ms: 60000 |
| | | query-response-max-chars: 500 |
| | | max-response-store-chars: 65535 |
| | | # 规则未填 request_max_chars 时默认;-1 表示请求体入库不截断 |
| | | default-request-store-chars: 65535 |
| | | path-descriptions: |
| | | "/erp/order": "云仓-订单查询" |
| | | "/erp/order/add": "云仓-单据下发" |