You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
448 B
YAML
16 lines
448 B
YAML
2 years ago
|
listeners:
|
||
|
default:
|
||
|
max-connections: 50000
|
||
|
type: tcp
|
||
|
tcp:
|
||
|
bind: 0.0.0.0:1883
|
||
|
ws:
|
||
|
bind: 0.0.0.0:8080
|
||
|
type: ws
|
||
|
timeout-disconnect-delay: 2
|
||
|
auth:
|
||
|
plugins: ['auth.anonymous'] #List of plugins to activate for authentication among all registered plugins
|
||
|
allow-anonymous: true
|
||
|
#password-file: /some/passwd_file
|
||
|
topic-check:
|
||
|
enabled: false # Set to False if topic filtering is not needed
|