You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
277 B
10 lines
277 B
2 years ago
|
## 部署说明
|
||
|
* 視頻監控告警 模块需要跳过token权限校验,视频识别模块python不调用登录
|
||
|
* 視頻監控告警 模块的minio图片链接需要设置文件夹为public。例:
|
||
|
```
|
||
|
# 使用minio client
|
||
|
mc policy set public minio/ims-monitor
|
||
|
```
|
||
|
|
||
|
|