| | |
| | | # redis 配置 |
| | | redis: |
| | | # 地址 |
| | | host: 192.168.1.15 |
| | | host: 127.0.0.1
|
| | | # 端口,默认为6379 |
| | | port: 6379 |
| | | # 数据库索引 |
| | |
| | | authorize: info |
| | | minio: info |
| | | hikSdk: info |
| | | dhSdk: debug
|
| | | stealAlarm: info |
| | | websocket: info |
| | | patrolInspectionTask: info |
| | |
| | | |
| | | # webrtc-streamer配置 |
| | | webrtc: |
| | | enabled: true |
| | | enabled: false
|
| | | host: 127.0.0.1:8000 |
| | | # minio配置 |
| | | minio: |
| | | enabled: false |
| | | endpoint: http://192.168.1.15:9001 |
| | | endpoint: http://192.168.2.15:9001
|
| | | accessKey: admin |
| | | secretKey: xzx12345 |
| | | path: G:/DATA |
| | |
| | | async-mode: platform # [自v1.5.27版本起可用] 异步模式(默认为 platform) |
| | | #流媒体转码服务器 |
| | | mediamtx: |
| | | enabled: true |
| | | host: 127.0.0.1 |
| | | enabled: false
|
| | | host: 192.168.1.14
|
| | | #mqtt |
| | | mqtt: |
| | | host: tcp://192.168.1.15:1883 |
| | | clientId: m227 |
| | | host: tcp://192.168.2.15:1883
|
| | | clientId: Server-227
|
| | | username: admin |
| | | password: xzx12345 |
| | | password: admin
|
| | | topic: minioEvent |
| | | timeout: 100 |
| | | keepalive: 60 |