From 708bc3174bd5cc4436474be228d7dca2ef0ab2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Tue, 10 Mar 2026 13:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/bootstrap.yml | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index 75f68ea..381ec82 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -43,27 +43,27 @@ machine: type: memory # 或 redis/mysql,根据需求选择 # DJI MQTT配置 -dji: - mqtt: - host: mqtt.t-aaron.com - port: 10883 - version: 5 - client-id: mqttx_dji_c1c67436 - username: admin - password: admin - connection-timeout: 30 - keep-alive-interval: 60 - auto-reconnect: true - clean-session: false -tuoheng: - mqtt: - host: mqtt.t-aaron.com - port: 10883 - version: 5 - client-id: mqttx_tuoheng_c1c67436 - username: admin - password: admin - connection-timeout: 30 - keep-alive-interval: 60 - auto-reconnect: true - clean-session: false \ No newline at end of file +#dji: +# mqtt: +# host: mqtt.t-aaron.com +# port: 10883 +# version: 5 +# client-id: mqttx_dji_c1c67436 +# username: admin +# password: admin +# connection-timeout: 30 +# keep-alive-interval: 60 +# auto-reconnect: true +# clean-session: false +#tuoheng: +# mqtt: +# host: mqtt.t-aaron.com +# port: 10883 +# version: 5 +# client-id: mqttx_tuoheng_c1c67436 +# username: admin +# password: admin +# connection-timeout: 30 +# keep-alive-interval: 60 +# auto-reconnect: true +# clean-session: false \ No newline at end of file