修改配置
This commit is contained in:
parent
ac1210d76e
commit
708bc3174b
|
|
@ -43,27 +43,27 @@ machine:
|
||||||
type: memory # 或 redis/mysql,根据需求选择
|
type: memory # 或 redis/mysql,根据需求选择
|
||||||
|
|
||||||
# DJI MQTT配置
|
# DJI MQTT配置
|
||||||
dji:
|
#dji:
|
||||||
mqtt:
|
# mqtt:
|
||||||
host: mqtt.t-aaron.com
|
# host: mqtt.t-aaron.com
|
||||||
port: 10883
|
# port: 10883
|
||||||
version: 5
|
# version: 5
|
||||||
client-id: mqttx_dji_c1c67436
|
# client-id: mqttx_dji_c1c67436
|
||||||
username: admin
|
# username: admin
|
||||||
password: admin
|
# password: admin
|
||||||
connection-timeout: 30
|
# connection-timeout: 30
|
||||||
keep-alive-interval: 60
|
# keep-alive-interval: 60
|
||||||
auto-reconnect: true
|
# auto-reconnect: true
|
||||||
clean-session: false
|
# clean-session: false
|
||||||
tuoheng:
|
#tuoheng:
|
||||||
mqtt:
|
# mqtt:
|
||||||
host: mqtt.t-aaron.com
|
# host: mqtt.t-aaron.com
|
||||||
port: 10883
|
# port: 10883
|
||||||
version: 5
|
# version: 5
|
||||||
client-id: mqttx_tuoheng_c1c67436
|
# client-id: mqttx_tuoheng_c1c67436
|
||||||
username: admin
|
# username: admin
|
||||||
password: admin
|
# password: admin
|
||||||
connection-timeout: 30
|
# connection-timeout: 30
|
||||||
keep-alive-interval: 60
|
# keep-alive-interval: 60
|
||||||
auto-reconnect: true
|
# auto-reconnect: true
|
||||||
clean-session: false
|
# clean-session: false
|
||||||
Loading…
Reference in New Issue