You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
355B

  1. # 1: mqtt消息队列方式对接
  2. # 2: http接口方式对接
  3. docking_method: 1
  4. # 机场视频文件、图片文件、备份路径配置
  5. file:
  6. # 机场录制视频地址
  7. videoPath: "D:\\test\\video"
  8. # 机场截图图片地址
  9. imagePath: "D:\\test\\image"
  10. # 机场视频、图片上传失败备份地址
  11. backup: "D:\\test\\backup"