Skip to content

Commit

Permalink
Update mosquitto config to allow all keepalive value
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Dec 7, 2021
1 parent 2bed084 commit 1c37d45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration/mosquitto.conf
@@ -1,16 +1,19 @@
listener 1883
allow_anonymous true
max_keepalive 0

listener 8883
cafile /ca.crt
keyfile /test.key
certfile /test.crt
require_certificate false
allow_anonymous true
max_keepalive 0

listener 9001
protocol websockets
allow_anonymous true
max_keepalive 0

listener 9443
protocol websockets
Expand All @@ -19,3 +22,4 @@ keyfile /test.key
certfile /test.crt
require_certificate false
allow_anonymous true
max_keepalive 0

0 comments on commit 1c37d45

Please sign in to comment.