liusuyi
2024-04-28 935850110f48206e38dc7acd21f05fdc6a958cf3
ruoyi-admin/src/main/resources/application-prod.yml
@@ -2,6 +2,17 @@
server:
  # 服务器的HTTP端口,默认为8080
  port: 8080
  ssl:
    # 开启HTTPS,并配置自签名证书
    enabled: false
    #秘钥库文件名称,即上面生成的自签名证书
    key-store: classpath:keystore
    # 生成秘钥库文件的密码
    key-store-password: 123456
    # 秘钥库类型(JKS为jdk的keytool工具默认生成的秘钥库类型)
    key-store-type: JKS
    # 秘钥别名
    key-alias: tomcat
  servlet:
    # 应用的访问路径
    context-path: /
@@ -20,7 +31,7 @@
  # knife4j增强功能,开启后下面参数才生效
  enable: true
  #是否为生产模式 项目部属时为true 防止接口暴露
  production: true
  production: false
  # 配置用户密码
  basic:
    enable: true
@@ -43,23 +54,29 @@
    sy: info
# minio配置
minio:
  enabled: false
  endpoint: http://192.168.5.229:9001
  enabled: true
  endpoint: http://192.168.1.14:9001
  accessKey: admin
  secretKey: xzx12345
  path: F:/DATA
  path: G:/DATA
#流媒体转码服务器
mediamtx:
  enabled: true
  host: 192.168.5.229
  host: 192.168.1.14
  software_decoding: true
#mqtt
mqtt:
  host: tcp://192.168.5.229:1883
  clientId: server229
  host: tcp://192.168.1.14:1883
  clientId: server14
  username: admin
  password: xzx12345
  topic: minioEvent,apponekey,camera,external,radarWellData
  topic: minioEvent,radar,stealelec,tube,camera,external,accessControl,apponekey,digitization3,radarForceGuide
  timeout: 100
  keepalive: 60
  enabled: true
  enabled: true
#三一车辆开关
syCar:
  enabled: true
#无人机开关
uav:
  enabled: true