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