| | |
| | | # minio配置 |
| | | minio: |
| | | endpoint: http://192.168.1.55:9001 |
| | | endpoint: http://192.168.1.15:9001 |
| | | accessKey: admin |
| | | secretKey: xzx12345 |
| | | # forest配置 |
| | |
| | | connect-timeout: 3000 # 连接超时时间,单位为毫秒, 默认值为2000 |
| | | retry-count: 0 # 请求失败后重试次数,默认为0次不重试 |
| | | ssl-protocol: SSLv3 # 单向验证的HTTPS的默认SSL协议,默认为SSLv3 |
| | | logEnabled: true # 打开或关闭日志,默认为true |
| | | logEnabled: true # 打开或关闭日志,默认为true |
| | | #mqtt |
| | | mqtt: |
| | | host: tcp://192.168.1.15:1883 |
| | | clientId: m241 |
| | | username: admin |
| | | password: xzx12345 |
| | | topic: tube,stealelec,radar |
| | | timeout: 100 |
| | | keepalive: 60 |
| | | enabled: true |
| | | mediamtx: |
| | | host: 127.0.0.1 |