Commit 0a7643c6 by ningfd

添加mq参数

1 parent a24e08b3
Showing with 5 additions and 0 deletions
......@@ -68,6 +68,11 @@ data:
mqtt:
address: {{ mqtt_host }} #127.0.0.1:1883 # 没有开启iot功能不会读取此配置
address_client: {{ mqtt_client_host }} # 172.123.123.123:1883, 用于mqtt暴露在外部的连接地址, 如果为空, 则使用address
message_queue:
host: rabbit_mq_host
user: rabbit_mq_user
password: rabbit_mq_password
feature_control:
iot: {{ iot_boolean }} # 默认false, 不开启边缘设备功能
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!