1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-04 03:49:18 +02:00
dockerfiles/flashmq/data/etc/flashmq.conf
2024-07-09 10:49:01 +08:00

18 lines
365 B
Plaintext

#
# - https://www.flashmq.org/documentation/config-file/
# - https://mosquitto.org/man/mosquitto-conf-5.html
#
log_file /var/log/flashmq/flashmq.log
storage_dir /var/lib/flashmq
#mosquitto_password_file /etc/flashmq/password_file
#mosquitto_acl_file /etc/flashmq/acl_file
listen {
protocol mqtt
inet_protocol ip4
port 1883
allow_anonymous true
}