firmware/general/longcat-openipc/mosquitto/mqtt.conf

9 lines
448 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# mqtt.conf - 配置文件
host=mqtt.iboom.top # MQTT 服务器地址
port=1883 # MQTT 服务器端口
username=longcat # 用户名(如果需要身份验证)
password=juan5201314.. # 密码(如果需要身份验证)
subscribe_topic=longcat/sub # 订阅的主题
publish_topic=longcat/pub # 发布的主题
client_id=openipc-cam # 客户端 ID建议唯一
keepalive=60 # 心跳间隔(秒)