| | |
| | | timeout: 5000 |
| | | index: 15 |
| | | |
| | | # 电视机 Redis:与 zy-monitor-admin 使用同一 database(默认 0),否则读不到报警 |
| | | tv-monitor: |
| | | redis: |
| | | database: 0 |
| | | # 非空时要求请求头 X-Rcs-Token 与本值一致 |
| | | rcs-callback-token: "" |
| | | # 定时 GET RCS 站点接口 → 写入与 zy-monitor-admin 相同 Redis → 电视机 WebSocket 沿用既有推送 |
| | | rcs-station-poll: |
| | | enabled: false |
| | | cron: "0/5 * * * * ?" |
| | | task-no-poll-url: "http://10.10.10.200:8088/station/getTaskNo?stationId=1007" |
| | | task-no-station-id: "1007" |
| | | error-poll-url: "http://10.10.10.200:8088/station/getError?stationId=1010" |
| | | error-station-id: "1010" |
| | | |
| | | #平台接口信息配置(如:ERP, QMS, WCS等) |
| | | platform: |
| | | #RCS链接 |
| | |
| | | host: http://127.0.0.1 |
| | | #端口 |
| | | port: 3741 |
| | | |
| | | http-audit: |
| | | enabled: true |
| | | whitelist-only: true |
| | | # false:/httpAuditLog、/httpAuditRule 也会被 Filter 记录(与 rsf-server dev 一致) |
| | | exclude-audit-self-paths: false |
| | | rule-cache-refresh-ms: 60000 |
| | | query-response-max-chars: 500 |
| | | max-response-store-chars: 65535 |