local-config.yaml 561 B

12345678910111213141516
  1. # 数据闭环平台参数
  2. equipment-no: pji1
  3. secret-key: K0HDMoceI4BXUOEx0c1PlRK7CdZ9dhUNYA66iKfk
  4. # 获取oss连接信息的接口url
  5. url-get-oss-config: http://36.110.106.156:18379/oss/config?token=nXonLUcMtGcrQqqKiyygIwyVbvizE0wD
  6. # 金龙车数据前缀
  7. oss-base-prefix: pji/
  8. # oss上的配置文件的名称
  9. cloud-config-filename: cloud-config.yaml
  10. # 将oss上的配置文件下载到本地的路径
  11. cloud-config-local-path: /root/rosbag-handle/config/cloud-config.yaml
  12. restart-cmd:
  13. dir: "/root/rosbag-handle/"
  14. name: "sh"
  15. args:
  16. - "start-master.sh"