Commit 0b075ec4 by ningfd

Merge branch 'release-6.1' into 'master'

Release 6.1

See merge request !10
2 parents ca424587 a75ce36f
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 # 默认值: rabbitmq.middleware.svc.cluster.local:5672
user: rabbit_mq_user # 默认值: admin
password: rabbit_mq_password # 默认值: seetatech123!!!
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!