kopia lustrzana https://github.com/Yakifo/amqtt
28 wiersze
586 B
YAML
28 wiersze
586 B
YAML
---
|
|
listeners:
|
|
default:
|
|
type: tcp
|
|
bind: 0.0.0.0:1883
|
|
std-ws:
|
|
type: ws
|
|
bind: 0.0.0.0:8080
|
|
tls-mqtt:
|
|
type: tcp
|
|
bind: 0.0.0.0:8883
|
|
ssl: on
|
|
certfile: /etc/letsencrypt/live/test.amqtt.io/fullchain.pem
|
|
keyfile: /etc/letsencrypt/live/test.amqtt.io/privkey.pem
|
|
tls-ws:
|
|
type: ws
|
|
bind: 0.0.0.0:8443
|
|
ssl: on
|
|
certfile: /etc/letsencrypt/live/test.amqtt.io/fullchain.pem
|
|
keyfile: /etc/letsencrypt/live/test.amqtt.io/privkey.pem
|
|
sys_interval: 2
|
|
auth:
|
|
plugins:
|
|
- auth_anonymous
|
|
allow-anonymous: true
|
|
topic-check:
|
|
enabled: False
|