mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
# https://www.flashmq.org/documentation/config-file/
|
|
|
|
log_file /var/log/flashmq/flashmq.log
|
|
storage_dir /var/lib/flashmq
|
|
|
|
listen {
|
|
protocol mqtt
|
|
inet_protocol ip4
|
|
port 1883
|
|
allow_anonymous true
|
|
}
|