Skip to content

Commit

Permalink
use -1 for mqtts
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 committed Jan 13, 2025
1 parent fe146be commit 50e54b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lavinmq/config.cr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module LavinMQ
property amqps_port = -1
property mqtt_bind = "127.0.0.1"
property mqtt_port = 1883
property mqtts_port = 8883
property mqtts_port = -1
property mqtt_unix_path = ""
property unix_path = ""
property unix_proxy_protocol = 1_u8 # PROXY protocol version on unix domain socket connections
Expand Down

0 comments on commit 50e54b2

Please sign in to comment.