‘liusuyi’
2023-11-23 e9c961b6ca042a65ce070d288f7425adedf253aa
ruoyi-admin/src/main/resources/application-prod.yml
@@ -39,34 +39,6 @@
        max-active: 8
        # #连接池最大阻塞等待时间(使用负值表示没有限制)
        max-wait: -1ms
# 日志配置
logging:
  level:
    authorize: info
    minio: info
    hikSdk: info
    stealAlarm: info
    websocket: info
    patrolInspectionTask: info
    mqtt: info
    guideQueue: info
    rongCloud: info
    cmd: info
    uav: info
    sy: info
# webrtc-streamer配置
webrtc:
  enabled: false
  host: 192.168.5.229:8000
# minio配置
minio:
  enabled: false
  endpoint: http://192.168.5.229:9001
  accessKey: admin
  secretKey: xzx12345
  path: F:/DATA
# forest配置
forest:
  backend: okhttp3             # 后端HTTP框架(默认为 okhttp3)
@@ -85,17 +57,44 @@
  log-response-status: true    # 打开/关闭Forest响应状态日志(默认为 true)
  log-response-content: true   # 打开/关闭Forest响应内容日志(默认为 false)
  async-mode: platform         # [自v1.5.27版本起可用] 异步模式(默认为 platform)
# 日志配置
logging:
  level:
    authorize: info
    minio: info
    hikSdk: info
    stealAlarm: info
    websocket: info
    patrolInspectionTask: info
    mqtt: info
    guideQueue: info
    rongCloud: info
    cmd: info
    uav: info
    sy: info
# webrtc-streamer配置
webrtc:
  enabled: false
  host: 192.168.5.229:8000
# minio配置
minio:
  enabled: false
  endpoint: http://192.168.5.229:9001
  accessKey: admin
  secretKey: xzx12345
  path: F:/DATA
#流媒体转码服务器
mediamtx:
  enabled: true
  host: 192.168.5.229
  software_decoding: true
#mqtt
mqtt:
  host: tcp://192.168.5.229:1883
  clientId: server229
  username: admin
  password: xzx12345
  topic: minioEvent,apponekey,camera,external
  topic: minioEvent,apponekey,camera,external,radarWellData
  timeout: 100
  keepalive: 60
  enabled: true