# 开发环境配置 server: # 服务器的HTTP端口,默认为8080 port: 8080 servlet: # 应用的访问路径 context-path: / tomcat: # tomcat的URI编码 uri-encoding: UTF-8 # 连接数满后的排队数,默认为100 accept-count: 1000 threads: # tomcat最大线程数,默认为200 max: 800 # Tomcat启动初始化的线程数,默认值10 min-spare: 100 # Spring配置 spring: # 日志配置 logging: level: com.ruoyi.common.filter.MyI18nInterceptor: debug authorize: info minio: info hikSdk: debug dhSdk: debug sdk: debug vtdu: debug stealAlarm: info websocket: info patrolInspectionTask: info mqtt: debug guideQueue: debug rongCloud: info cmd: info uav: info sy: info ## knife4j配置 knife4j: # knife4j增强功能,开启后下面参数才生效 enable: true #是否为生产模式 项目部属时为true 防止接口暴露 production: false # 配置用户密码 basic: enable: false username: admin password: ardkj12345 # minio配置 minio: enabled: false endpoint: http://192.168.2.15:9001 accessKey: admin secretKey: xzx12345 path: G:/DATA #流媒体转码服务器 mediamtx: enabled: true host: 192.168.1.227 #mqtt mqtt: host: tcp://192.168.2.15:1883 clientId: Server-2271 username: admin password: admin topic: minioEvent,radar timeout: 100 keepalive: 60 enabled: true