‘liusuyi’
2023-10-16 c53a2ea070b48ecd9fbdba1f0851510a01efef89
ruoyi-admin/src/main/resources/application-dev.yml
@@ -20,7 +20,7 @@
  # redis 配置
  redis:
    # 地址
    host: 192.168.1.15
    host: 127.0.0.1
    # 端口,默认为6379
    port: 6379
    # 数据库索引
@@ -45,6 +45,7 @@
    authorize: info
    minio: info
    hikSdk: info
    dhSdk: debug
    stealAlarm: info
    websocket: info
    patrolInspectionTask: info
@@ -58,12 +59,12 @@
# 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
@@ -87,14 +88,14 @@
  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