From ae4bdb7dbc00ea26d2b3a661bba9b01052fbc4a8 Mon Sep 17 00:00:00 2001 From: zeaslity Date: Wed, 26 Mar 2025 16:55:36 +0800 Subject: [PATCH] [cmii][deploy] - cmii-uav-watchdog-test.yaml --- .../real_project/cmii-uav-watchdog-test.yaml | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/agent-common/real_project/cmii-uav-watchdog-test.yaml b/agent-common/real_project/cmii-uav-watchdog-test.yaml index afa7de3..5142fba 100644 --- a/agent-common/real_project/cmii-uav-watchdog-test.yaml +++ b/agent-common/real_project/cmii-uav-watchdog-test.yaml @@ -160,12 +160,18 @@ metadata: namespace: uavcloud-devflight data: config.yaml: |- - mqtt: - broker: "helm-emqxs" - port: 1883 - username: "cmlc" - password: "4YPk*DS%+5" - - topics: - mqtt_topic: "bridge/DP74b4ef9fb4aaf269/device_data/FU_PAM/+" - sensor_topic: "fromcheck/DP74b4ef9fb4aaf269/device_data/FU_PAM/+" \ No newline at end of file + server: + port: "8080" # 服务器端口 + + tier_one_auth: + tier_one_secret: "NK537TIWSUOFIS7SYCUJ6A7FPOGFVM3UH67TJRX3IYQAHKZXK2X7SBAA6JOXZVSV3U6K5YZUX7Q6TWOPK6YCRU6MIML33ZJFBN55I2Q" # TOTP密钥 + time_offset_allowed: 30 # 允许的时间偏移(秒) + + watchdog_center: + url: "https://watchdog-center.example.com" # 一级授权中心地址 + + project: + project_namespace: "uavcloud-devfilght" # 项目命名空间 + + tier_two_auth: + tier_two_secret: "your_tier_two_secret_here" # 二级授权密钥 \ No newline at end of file