Add mqqt insecure endpoint
This commit is contained in:
parent
306147861b
commit
b778eedf5f
1 changed files with 4 additions and 1 deletions
|
|
@ -56,12 +56,15 @@ class MQTTServer:
|
|||
config = {
|
||||
"listeners": {
|
||||
"default": {"type": "tcp"},
|
||||
"tls1": {
|
||||
"tcp-tsl": {
|
||||
"bind": f"{host}:{port}",
|
||||
"ssl": "on",
|
||||
"certfile": bumper.server_cert,
|
||||
"keyfile": bumper.server_key,
|
||||
},
|
||||
"tcp-insecure": {
|
||||
"bind": f"{host}:1883",
|
||||
}
|
||||
},
|
||||
"sys_interval": 0,
|
||||
"auth": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue