支持设备/通道状态变化时发送redis通知

This commit is contained in:
648540858
2023-04-20 10:26:42 +08:00
parent c56538813e
commit 0f50904992
7 changed files with 56 additions and 0 deletions

View File

@@ -180,6 +180,8 @@ user-settings:
refuse-channel-status-channel-form-notify: false
# 设置notify缓存队列最大长度超过此长度的数据将返回486 BUSY_HERE消息丢弃, 默认10000
max-notify-count-queue: 10000
# 设备/通道状态变化时发送消息
device-status-notify: false
# 跨域配置,配置你访问前端页面的地址即可, 可以配置多个
allowed-origins:
- http://localhost:8008