opentcs/opentcs-common/src/main/resources/mqtt.conf
2025-06-05 12:21:31 +08:00

29 lines
616 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Moquette 配置文件
# 监听端口
port 1883
# 使用WebSocket的端口可选
# websocket_port 8080
# 主机地址
host 0.0.0.0
# 持久化存储设置
persistent_store true
# 存储路径(如果使用持久化)
# store_file moquette_store.mapdb
# SSL配置可选
# ssl_port 8883
# jks_path serverkeystore.jks
# key_store_password passw0rd
# key_manager_password passw0rd
# 允许匿名登录true表示允许false表示需要用户名密码
allow_anonymous true
# 如果允许匿名登录为false则需要配置认证文件
# password_file password_file.conf
# 其他配置...