Skip to content

Commit

Permalink
compose.env: use mqtts in broker url instead of ssl
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Binetti <riccardo.binetti@ispirata.com>
  • Loading branch information
rbino committed Sep 27, 2018
1 parent c27271c commit f5ca6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is the URL Pairing API will return for connecting to the broker
PAIRING_BROKER_URL="ssl://localhost:8883/"
PAIRING_BROKER_URL="mqtts://localhost:8883/"

# Read documentation to find out how to configure VerneMQ according to your setup.
# Default configuration uses a self-signed certificate.
Expand Down

0 comments on commit f5ca6f9

Please sign in to comment.