liusuyi
2024-10-10 38f29e38fcc668171dc05c53d40a36b895c86102
ruoyi-admin/src/main/resources/application-dev.yml
@@ -4,7 +4,7 @@
  port: 8080
  ssl:
    # 开启HTTPS,并配置自签名证书
    enabled: true
    enabled: false
    #秘钥库文件名称,即上面生成的自签名证书
    key-store: classpath:keystore
    # 生成秘钥库文件的密码
@@ -32,8 +32,8 @@
    com.ruoyi.common.filter.MyI18nInterceptor: info
    authorize: info
    minio: info
    hikSdk: info
    dhSdk: info
    hikSdk: debug
    dhSdk: debug
    sdk: info
    vtdu: info
    stealAlarm: info
@@ -47,6 +47,7 @@
    uav: info
    sy: info
    mqttCar: info
    msgListener: debug
## knife4j配置
knife4j:
  # knife4j增强功能,开启后下面参数才生效
@@ -67,13 +68,13 @@
  path: D:/DATA
#流媒体转码服务器
mediamtx:
  enabled: true
  host: 192.168.1.227
  enabled: false
  host: 192.168.1.27
#mqtt
#全部主题:minioEvent,radar,stealelec,tube,camera,external,accessControl,apponekey,digitization3
mqtt:
  host: tcp://192.168.2.15:1883
  clientId: Server
  clientId: Server27
  username: admin
  password: admin
  topic: minioEvent,radar,stealelec,tube,camera,external,accessControl,apponekey,digitization3,radarForceGuide
@@ -82,4 +83,9 @@
  enabled: true
#三一车辆开关
syCar:
  enabled: true
  enabled: false
  userId: admin
  password: 654321
#无人机开关
uav:
  enabled: false